From: Behdad Esfahbod Date: Tue, 31 Jan 2006 23:22:52 +0000 (+0000) Subject: Specify the type of varargs arguments. (bug #317679) X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=db298b2f46a9dfdf05b08b1fffe137b02ae32a8c;p=dana%2Fcg-glib.git Specify the type of varargs arguments. (bug #317679) 2006-01-31 Behdad Esfahbod * docs/reference/glib/tmpl/relations.sgml (g_relation_insert): Specify the type of varargs arguments. (bug #317679) --- diff --git a/ChangeLog b/ChangeLog index 18bc9b7b..a2d2a240 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-31 Behdad Esfahbod + + * docs/reference/glib/tmpl/relations.sgml (g_relation_insert): Specify + the type of varargs arguments. (bug #317679) + 2006-01-31 Matthias Clasen * autogen.sh: Touch README and INSTALL here to pacify diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 18bc9b7b..a2d2a240 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2006-01-31 Behdad Esfahbod + + * docs/reference/glib/tmpl/relations.sgml (g_relation_insert): Specify + the type of varargs arguments. (bug #317679) + 2006-01-31 Matthias Clasen * autogen.sh: Touch README and INSTALL here to pacify diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 18bc9b7b..a2d2a240 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2006-01-31 Behdad Esfahbod + + * docs/reference/glib/tmpl/relations.sgml (g_relation_insert): Specify + the type of varargs arguments. (bug #317679) + 2006-01-31 Matthias Clasen * 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 3b34fc18..0cf2873b 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. @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.