summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-01-31 23:22:52 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-01-31 23:22:52 +0000
commitdb298b2f46a9dfdf05b08b1fffe137b02ae32a8c (patch)
tree71f8d740eab89cfd804cad781ba80a453de17aa2
parentf0f0f1f0087957e808ea826955addb7e4cf2b264 (diff)
downloadglib-db298b2f46a9dfdf05b08b1fffe137b02ae32a8c.tar.gz
Specify the type of varargs arguments. (bug #317679)
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)
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--ChangeLog.pre-2-125
-rw-r--r--docs/reference/glib/tmpl/relations.sgml4
4 files changed, 17 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 18bc9b7be..a2d2a2402 100644
--- 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
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 18bc9b7be..a2d2a2402 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -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
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 18bc9b7be..a2d2a2402 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -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
diff --git a/docs/reference/glib/tmpl/relations.sgml b/docs/reference/glib/tmpl/relations.sgml
index 3b34fc188..0cf2873b5 100644
--- a/docs/reference/glib/tmpl/relations.sgml
+++ b/docs/reference/glib/tmpl/relations.sgml
@@ -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 ##### -->