diff --git a/ChangeLog b/ChangeLog index 18bc9b7be..a2d2a2402 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 18bc9b7be..a2d2a2402 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 18bc9b7be..a2d2a2402 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 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. @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.