This commit is contained in:
Matthias Clasen 2004-07-08 04:00:56 +00:00
parent 2c08beafcf
commit b36f879cfb
3 changed files with 15 additions and 1 deletions

View File

@ -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>
* gtk/tmpl/*: Misc additions.

View File

@ -190,6 +190,9 @@ gdk_pixbuf_format_get_mime_types
gdk_pixbuf_format_get_extensions
gdk_pixbuf_format_is_writable
gdk_pixbuf_format_is_scalable
gdk_pixbuf_format_is_disabled
gdk_pixbuf_format_set_disabled
gdk_pixbuf_format_get_license
GdkPixbufFormat
GdkPixbufFormatFlags
GdkPixbufModulePattern

View File

@ -153,6 +153,9 @@ use the <function>gdk_pixbuf_format_*</function> functions.
@extensions: a %NULL-terminated array of typical filename extensions for the
image format.
@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
<!-- ##### ENUM GdkPixbufFormatFlags ##### -->
@ -162,7 +165,7 @@ operations.
</para>
@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
<!-- ##### STRUCT GdkPixbufModulePattern ##### -->