Specify the type of varargs arguments. (bug #317679)
authorBehdad Esfahbod <behdad@gnome.org>
Tue, 31 Jan 2006 23:22:52 +0000 (23:22 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Tue, 31 Jan 2006 23:22:52 +0000 (23:22 +0000)
2006-01-31  Behdad Esfahbod  <behdad@gnome.org>

        * docs/reference/glib/tmpl/relations.sgml (g_relation_insert): Specify
        the type of varargs arguments. (bug #317679)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
docs/reference/glib/tmpl/relations.sgml

index 18bc9b7be2e30d6791db117d279c95d63235c533..a2d2a2402479ad6d871c7dbb65bb7a4d7952e170 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-31  Behdad Esfahbod  <behdad@gnome.org>
+
+       * docs/reference/glib/tmpl/relations.sgml (g_relation_insert): Specify
+       the type of varargs arguments. (bug #317679)
+
 2006-01-31  Matthias Clasen  <mclasen@redhat.com>
 
        * autogen.sh: Touch README and INSTALL here to pacify 
index 18bc9b7be2e30d6791db117d279c95d63235c533..a2d2a2402479ad6d871c7dbb65bb7a4d7952e170 100644 (file)
@@ -1,3 +1,8 @@
+2006-01-31  Behdad Esfahbod  <behdad@gnome.org>
+
+       * docs/reference/glib/tmpl/relations.sgml (g_relation_insert): Specify
+       the type of varargs arguments. (bug #317679)
+
 2006-01-31  Matthias Clasen  <mclasen@redhat.com>
 
        * autogen.sh: Touch README and INSTALL here to pacify 
index 18bc9b7be2e30d6791db117d279c95d63235c533..a2d2a2402479ad6d871c7dbb65bb7a4d7952e170 100644 (file)
@@ -1,3 +1,8 @@
+2006-01-31  Behdad Esfahbod  <behdad@gnome.org>
+
+       * docs/reference/glib/tmpl/relations.sgml (g_relation_insert): Specify
+       the type of varargs arguments. (bug #317679)
+
 2006-01-31  Matthias Clasen  <mclasen@redhat.com>
 
        * autogen.sh: Touch README and INSTALL here to pacify 
index 3b34fc18821c55043fd73ae317aed5e770e63f19..0cf2873b5733f6a16e3ace454d965b9aaaa24e92 100644 (file)
@@ -95,8 +95,8 @@ Inserts a record into a #GRelation.
 </para>
 
 @relation: a #GRelation.
-@Varargs: the fields of the record to add. This must match the number of
-fields in the #GRelation.
+@Varargs: the fields of the record to add. These must match the number of
+fields in the #GRelation, and of type #gpointer or #gconstpointer.
 
 
 <!-- ##### FUNCTION g_relation_exists ##### -->