summaryrefslogtreecommitdiff
path: root/gir/gio-2.0.c
diff options
context:
space:
mode:
authorPavel Holejsovsky <pholejs@src.gnome.org>2010-12-19 22:24:10 +0100
committerPavel Holejsovsky <pholejs@src.gnome.org>2010-12-19 22:24:10 +0100
commitb64c1e40f931cd56f4ab7d51c8f4c876ac0013ee (patch)
treedb76546a5cfb5a788d10a1ef5209258fd59338f2 /gir/gio-2.0.c
parent288133b2b8d22ad09686f775d9b796d58b71df7c (diff)
downloadgobject-introspection-b64c1e40f931cd56f4ab7d51c8f4c876ac0013ee.tar.gz
Regenerate gio-2.0.c and gobject-2.0.c from current glib.
Diffstat (limited to 'gir/gio-2.0.c')
-rw-r--r--gir/gio-2.0.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c
index 6de033f4..c83b87b9 100644
--- a/gir/gio-2.0.c
+++ b/gir/gio-2.0.c
@@ -6318,7 +6318,7 @@
/**
* g_simple_async_result_new:
- * @source_object: a #GObject the asynchronous function was called with, or %NULL.
+ * @source_object: (allow-none): a #GObject, or %NULL.
* @callback: a #GAsyncReadyCallback.
* @user_data: user data passed to @callback.
* @source_tag: the asynchronous function.
@@ -7494,7 +7494,7 @@
/**
* g_simple_async_result_new_from_error:
- * @source_object: a #GObject, or %NULL.
+ * @source_object: (allow-none): a #GObject, or %NULL.
* @callback: a #GAsyncReadyCallback.
* @user_data: user data passed to @callback.
* @error: a #GError
@@ -7867,7 +7867,7 @@
/**
* g_simple_async_result_new_error:
- * @source_object: a #GObject, or %NULL.
+ * @source_object: (allow-none): a #GObject, or %NULL.
* @callback: a #GAsyncReadyCallback.
* @user_data: user data passed to @callback.
* @domain: a #GQuark.
@@ -7883,7 +7883,7 @@
/**
* g_simple_async_report_take_gerror_in_idle:
- * @object: a #GObject.
+ * @object: (allow-none): a #GObject, or %NULL
* @callback: a #GAsyncReadyCallback.
* @user_data: user data passed to @callback.
* @error: the #GError to report
@@ -11970,7 +11970,7 @@
/**
* g_simple_async_report_error_in_idle:
- * @object: a #GObject.
+ * @object: (allow-none): a #GObject, or %NULL.
* @callback: a #GAsyncReadyCallback.
* @user_data: user data passed to @callback.
* @domain: a #GQuark containing the error domain (usually #G_IO_ERROR).