forked from AuroraMiddleware/gtk
Updates
This commit is contained in:
parent
2c08beafcf
commit
b36f879cfb
@ -1,3 +1,11 @@
|
|||||||
|
Thu Jul 8 00:00:20 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gdk-pixbuf/tmpl/module_interface.sgml: Add new functions.
|
||||||
|
|
||||||
|
Wed Jul 7 23:57:43 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gdk-pixbuf/gdk-pixbuf-sections.txt: Add new functions.
|
||||||
|
|
||||||
2004-07-07 Matthias Clasen <mclasen@redhat.com>
|
2004-07-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/tmpl/*: Misc additions.
|
* gtk/tmpl/*: Misc additions.
|
||||||
|
@ -190,6 +190,9 @@ gdk_pixbuf_format_get_mime_types
|
|||||||
gdk_pixbuf_format_get_extensions
|
gdk_pixbuf_format_get_extensions
|
||||||
gdk_pixbuf_format_is_writable
|
gdk_pixbuf_format_is_writable
|
||||||
gdk_pixbuf_format_is_scalable
|
gdk_pixbuf_format_is_scalable
|
||||||
|
gdk_pixbuf_format_is_disabled
|
||||||
|
gdk_pixbuf_format_set_disabled
|
||||||
|
gdk_pixbuf_format_get_license
|
||||||
GdkPixbufFormat
|
GdkPixbufFormat
|
||||||
GdkPixbufFormatFlags
|
GdkPixbufFormatFlags
|
||||||
GdkPixbufModulePattern
|
GdkPixbufModulePattern
|
||||||
|
@ -153,6 +153,9 @@ use the <function>gdk_pixbuf_format_*</function> functions.
|
|||||||
@extensions: a %NULL-terminated array of typical filename extensions for the
|
@extensions: a %NULL-terminated array of typical filename extensions for the
|
||||||
image format.
|
image format.
|
||||||
@flags: a combination of #GdkPixbufFormatFlags.
|
@flags: a combination of #GdkPixbufFormatFlags.
|
||||||
|
@disabled: a boolean determining whether the loader is disabled.
|
||||||
|
@license: a string containing license information, typically set to
|
||||||
|
shorthands like "GPL", "LGPL", etc.
|
||||||
@Since: 2.2
|
@Since: 2.2
|
||||||
|
|
||||||
<!-- ##### ENUM GdkPixbufFormatFlags ##### -->
|
<!-- ##### ENUM GdkPixbufFormatFlags ##### -->
|
||||||
@ -162,7 +165,7 @@ operations.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
@GDK_PIXBUF_FORMAT_WRITABLE: the module can write out images in the format.
|
@GDK_PIXBUF_FORMAT_WRITABLE: the module can write out images in the format.
|
||||||
@GDK_PIXBUF_FORMAT_SCALABLE:
|
@GDK_PIXBUF_FORMAT_SCALABLE: the image format is scalable
|
||||||
@Since: 2.2
|
@Since: 2.2
|
||||||
|
|
||||||
<!-- ##### STRUCT GdkPixbufModulePattern ##### -->
|
<!-- ##### STRUCT GdkPixbufModulePattern ##### -->
|
||||||
|
Loading…
Reference in New Issue
Block a user