X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gobject%2Fgmarshal.list;h=4a5ddf51a925ce164fafa1c33ba86b3b5744be82;hb=9da85c7262325478e8730ae9f3e76bd0528a9a8c;hp=41cf74aec7297a3e2c602f01a911bac0914f680d;hpb=4bc9654c63feee596de5aa214d7cbd8fc293cd9d;p=platform%2Fupstream%2Fglib.git diff --git a/gobject/gmarshal.list b/gobject/gmarshal.list index 41cf74a..4a5ddf5 100644 --- a/gobject/gmarshal.list +++ b/gobject/gmarshal.list @@ -1,27 +1,9 @@ -# 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*) -# PARAM for GParamSpec or derived types (GParamSpec*) -# BOXED for boxed (anonymous but reference counted) types (GBoxed*) -# POINTER for anonymous pointer types (gpointer) -# OBJECT for GObject or derived types (GObject*) -# VARIANT for variants (GVariant*) -# NONE deprecated alias for VOID -# BOOL deprecated alias for BOOLEAN +# Note: This file used to generate gmarshal.[ch], but it doesn't any +# longer; it is kept mainly for backward compatibility purposes. If +# you find yourself in the need to add a marshaller in GObject, use +# g_cclosure_marshal_generic() instead. +# +# Warning: The generated symbols are part of the GObject ABI. # standard VOID return marshallers VOID:VOID