mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-17 09:54:12 +02:00
i guess some people may need this ;)
This commit is contained in:
parent
e773d7dba6
commit
37aea8f8a5
32
gobject/gmarshal.list
Normal file
32
gobject/gmarshal.list
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
# see glib-genmarshal(1) for a detailed description of the file format,
|
||||||
|
# possible parameter types are:
|
||||||
|
# VOID indicates no return type, or no extra
|
||||||
|
# parameters. if VOID is used as the parameter
|
||||||
|
# list, no additional parameters may be present.
|
||||||
|
# BOOLEAN for boolean types (gboolean)
|
||||||
|
# CHAR for signed char types (gchar)
|
||||||
|
# UCHAR for unsigned char types (guchar)
|
||||||
|
# INT for signed integer types (gint)
|
||||||
|
# UINT for unsigned integer types (guint)
|
||||||
|
# LONG for signed long integer types (glong)
|
||||||
|
# ULONG for unsigned long integer types (gulong)
|
||||||
|
# ENUM for enumeration types (gint)
|
||||||
|
# FLAGS for flag enumeration types (guint)
|
||||||
|
# FLOAT for single-precision float types (gfloat)
|
||||||
|
# DOUBLE for double-precision float types (gdouble)
|
||||||
|
# STRING for string types (gchar*)
|
||||||
|
# BOXED for boxed (anonymous but reference counted) types (GBoxed*)
|
||||||
|
# POINTER for anonymous pointer types (gpointer)
|
||||||
|
# PARAM for GParamSpec or derived types (GParamSpec*)
|
||||||
|
# OBJECT for GObject or derived types (GObject*)
|
||||||
|
# NONE deprecated alias for VOID
|
||||||
|
# BOOL deprecated alias for BOOLEAN
|
||||||
|
|
||||||
|
VOID:VOID
|
||||||
|
VOID:UINT,POINTER
|
||||||
|
VOID:PARAM
|
||||||
|
VOID:INT
|
||||||
|
VOID:OBJECT
|
||||||
|
VOID:POINTER
|
||||||
|
VOID:STRING
|
||||||
|
VOID:UINT
|
Loading…
x
Reference in New Issue
Block a user