diff options
author | Alexander Larsson <alexl@redhat.com> | 2009-05-18 13:02:11 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2009-05-18 13:07:43 +0200 |
commit | 6ea86cc57f1b8b8c7acc4e08ece8baef5f28a53a (patch) | |
tree | f8520496798bc4b99348baed0dcfbd4d4cbe9f95 /gio/ginitable.c | |
parent | e1afc6e79b9526d68eff0f218ac98a6f0e323513 (diff) |
Update the docs for the new network APIs
This imports the network APIs into the gio reference docs, and cleans
up a bunch of gtk-doc warnings and documentation issues.
Diffstat (limited to 'gio/ginitable.c')
-rw-r--r-- | gio/ginitable.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gio/ginitable.c b/gio/ginitable.c index cc4ca3f53..29b60ddce 100644 --- a/gio/ginitable.c +++ b/gio/ginitable.c @@ -135,9 +135,10 @@ g_initable_init (GInitable *initable, * @object_type: a #GType supporting #GInitable. * @cancellable: optional #GCancellable object, %NULL to ignore. * @error: a #GError location to store the error occuring, or %NULL to - * ignore. - * @first_property_name: the name of the first property, followed by - * the value, and other property value pairs, and ended by %NULL. + * ignore. + * @first_property_name: the name of the first property, or %NULL if no properties + * @...: the value if the first property, followed by and other property + * value pairs, and ended by %NULL. * * Helper function for constructing #GInitiable object. This is * similar to g_object_new() but also initializes the object @@ -167,7 +168,7 @@ g_initable_new (GType object_type, } /** - * g_initable_new: + * g_initable_newv: * @object_type: a #GType supporting #GInitable. * @n_parameters: the number of parameters in @parameters * @parameters: the parameters to use to construct the object |