Blame gdk-pixbuf/gdk-pixbuf-marshal.list

Packit a4058c
# see glib-genmarshal(1) for a detailed description of the file format,
Packit a4058c
# possible parameter types are:
Packit a4058c
#   VOID        indicates   no   return   type,  or  no  extra
Packit a4058c
#               parameters. if VOID is used as  the  parameter
Packit a4058c
#               list, no additional parameters may be present.
Packit a4058c
#   BOOLEAN     for boolean types (gboolean)
Packit a4058c
#   CHAR        for signed char types (gchar)
Packit a4058c
#   UCHAR       for unsigned char types (guchar)
Packit a4058c
#   INT         for signed integer types (gint)
Packit a4058c
#   UINT        for unsigned integer types (guint)
Packit a4058c
#   LONG        for signed long integer types (glong)
Packit a4058c
#   ULONG       for unsigned long integer types (gulong)
Packit a4058c
#   ENUM        for enumeration types (gint)
Packit a4058c
#   FLAGS       for flag enumeration types (guint)
Packit a4058c
#   FLOAT       for single-precision float types (gfloat)
Packit a4058c
#   DOUBLE      for double-precision float types (gdouble)
Packit a4058c
#   STRING      for string types (gchar*)
Packit a4058c
#   PARAM       for GParamSpec or derived types  (GParamSpec*)
Packit a4058c
#   BOXED       for boxed (anonymous but reference counted) types (GBoxed*)
Packit a4058c
#   POINTER     for anonymous pointer types (gpointer)
Packit a4058c
#   OBJECT      for GObject or derived types (GObject*)
Packit a4058c
#   NONE        deprecated alias for VOID
Packit a4058c
#   BOOL        deprecated alias for BOOLEAN
Packit a4058c
Packit a4058c
VOID:VOID
Packit a4058c
VOID:INT,INT
Packit a4058c
VOID:INT,INT,INT,INT
Packit a4058c
VOID:POINTER