From 8fd92d3f1a846497e3d5c01594dddee59725559c Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Thu, 31 May 2001 14:16:21 +0000 Subject: [PATCH] Added atkmarshal.list --- ChangeLog | 9 +++++++++ atk/atkmarshal.list | 25 +++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 atk/atkmarshal.list diff --git a/ChangeLog b/ChangeLog index ad8cac5..ada375f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Thu May 31 Brian Cameron * autogen.sh (have_libtool): Fix GNU sedism (#55430) diff --git a/atk/atkmarshal.list b/atk/atkmarshal.list new file mode 100644 index 0000000..2d9dd51 --- /dev/null +++ b/atk/atkmarshal.list @@ -0,0 +1,25 @@ +# 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*) +# NONE deprecated alias for VOID +# BOOL deprecated alias for BOOLEAN + +VOID:INT,INT -- 2.7.4