mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
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:
parent
f0f0f1f008
commit
db298b2f46
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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 ##### -->
|
||||||
|
Loading…
Reference in New Issue
Block a user