summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <bcameron@src.gnome.org>2001-05-31 14:16:21 +0000
committerBrian Cameron <bcameron@src.gnome.org>2001-05-31 14:16:21 +0000
commit8fd92d3f1a846497e3d5c01594dddee59725559c (patch)
treeae2a6bb37583705ac8c6cfe39e2d097ee98674fc
parent7f330938db44bc0eadd58da059b107ae4e508b47 (diff)
downloadatk-8fd92d3f1a846497e3d5c01594dddee59725559c.tar.gz
Added atkmarshal.list
-rw-r--r--ChangeLog9
-rw-r--r--atk/atkmarshal.list25
2 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad8cac5..ada375f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Thu May 31 Brian Cameron <brian.cameron@sun.com
+
+ * Makefile.am configure.in atk/Makefile.am atk/atktext.c
+ atk/atkutil.c docs/Makefile.am atk/atkmarshal.list
+ Added atk_marshal_VOID__INT_INT marshaller. Updated the
+ Makefiles so the proper marshall files get included in the
+ dist. Updated the Makefiles and configure.in so that the
+ docs get included in the dist.
+
Tue May 29 18:17:11 2001 Owen Taylor <otaylor@redhat.com>
* 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