Generate const symbols.
Generate standard C data types instead of GLib data types.
Generate GLib data types instead of standard C data types.
Generate
Generate pixbuf data stream (a single string containing a serialized #GdkPixdata structure in network byte order).
Generate #GdkPixdata structure (needs the #GdkPixdata structure definition from gdk-pixdata.h).
Provide a
Generate static symbols.
An enumeration which is used by gdk_pixdata_to_csource() to determine the form of C source to be generated. The three values
GDK_PIXDATA_DUMP_PIXDATA_STREAM,
GDK_PIXDATA_DUMP_PIXDATA_STRUCT
andGDK_PIXDATA_DUMP_MACROS
are mutually exclusive, as areGDK_PIXBUF_DUMP_GTYPES
andGDK_PIXBUF_DUMP_CTYPES
. The remaining elements are optional flags that can be freely added.