Added atkmarshal.list
authorBrian Cameron <bcameron@src.gnome.org>
Thu, 31 May 2001 14:16:21 +0000 (14:16 +0000)
committerBrian Cameron <bcameron@src.gnome.org>
Thu, 31 May 2001 14:16:21 +0000 (14:16 +0000)
ChangeLog
atk/atkmarshal.list [new file with mode: 0644]

index ad8cac5..ada375f 100644 (file)
--- 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 (file)
index 0000000..2d9dd51
--- /dev/null
@@ -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