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 18bc9b7..a2d2a24 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 18bc9b7..a2d2a24 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 18bc9b7..a2d2a24 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 3b34fc1..0cf2873 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 ##### -->