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