summaryrefslogtreecommitdiff
path: root/gio/gasyncinitable.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-05-18 13:02:11 +0200
committerAlexander Larsson <alexl@redhat.com>2009-05-18 13:07:43 +0200
commit6ea86cc57f1b8b8c7acc4e08ece8baef5f28a53a (patch)
treef8520496798bc4b99348baed0dcfbd4d4cbe9f95 /gio/gasyncinitable.c
parente1afc6e79b9526d68eff0f218ac98a6f0e323513 (diff)
downloadglib-6ea86cc57f1b8b8c7acc4e08ece8baef5f28a53a.tar.gz
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/gasyncinitable.c')
-rw-r--r--gio/gasyncinitable.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gio/gasyncinitable.c b/gio/gasyncinitable.c
index 5b9b2c722..9c10c4f62 100644
--- a/gio/gasyncinitable.c
+++ b/gio/gasyncinitable.c
@@ -243,8 +243,9 @@ g_async_initable_real_init_finish (GAsyncInitable *initable,
* @cancellable: optional #GCancellable object, %NULL to ignore.
* @callback: a #GAsyncReadyCallback to call when the initialization is finished
* @user_data: the data to pass to callback function
- * @first_property_name: the name of the first property, followed by
- * the value, and other property value pairs, and ended by %NULL.
+ * @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 #GAsyncInitiable object. This is
* similar to g_object_new() but also initializes the object asyncronously.
@@ -313,7 +314,7 @@ g_async_initable_newv_async (GType object_type,
}
/**
- * g_async_initable_new_async:
+ * g_async_initable_new_valist_async:
* @object_type: a #GType supporting #GAsyncInitable.
* @first_property_name: the name of the first property, followed by
* the value, and other property value pairs, and ended by %NULL.