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)
This commit is contained in:
Behdad Esfahbod 2006-01-31 23:22:52 +00:00 committed by Behdad Esfahbod
parent f0f0f1f008
commit db298b2f46
4 changed files with 17 additions and 2 deletions

View 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> 2006-01-31 Matthias Clasen <mclasen@redhat.com>
* autogen.sh: Touch README and INSTALL here to pacify * autogen.sh: Touch README and INSTALL here to pacify

View 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> 2006-01-31 Matthias Clasen <mclasen@redhat.com>
* autogen.sh: Touch README and INSTALL here to pacify * autogen.sh: Touch README and INSTALL here to pacify

View 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> 2006-01-31 Matthias Clasen <mclasen@redhat.com>
* autogen.sh: Touch README and INSTALL here to pacify * autogen.sh: Touch README and INSTALL here to pacify

View File

@ -95,8 +95,8 @@ Inserts a record into a #GRelation.
</para> </para>
@relation: a #GRelation. @relation: a #GRelation.
@Varargs: the fields of the record to add. This must match the number of @Varargs: the fields of the record to add. These must match the number of
fields in the #GRelation. fields in the #GRelation, and of type #gpointer or #gconstpointer.
<!-- ##### FUNCTION g_relation_exists ##### --> <!-- ##### FUNCTION g_relation_exists ##### -->