summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-05-28 11:53:33 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-05-28 12:12:22 +0200
commite09bcc915acc87f8f0422e08db2ff6ca94068ba7 (patch)
treec331491d778a3786f515a51a662622569130defc
parent3f154e2f027baab1c990a15f8d91185bc4e18116 (diff)
downloadtelepathy-glib-e09bcc915acc87f8f0422e08db2ff6ca94068ba7.tar.gz
tp_simple_async_report_success_in_idle: @user_data is nullable
-rw-r--r--telepathy-glib/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/util.c b/telepathy-glib/util.c
index 8faca040a..502e50c2e 100644
--- a/telepathy-glib/util.c
+++ b/telepathy-glib/util.c
@@ -752,9 +752,9 @@ tp_weak_ref_destroy (TpWeakRef *self)
/**
* tp_simple_async_report_success_in_idle:
- * @source: (allow-none): the source object
+ * @source: (nullable): the source object
* @callback: (scope async): the callback
- * @user_data: (closure): user data for @callback
+ * @user_data: (nullable) (closure): user data for @callback
* @source_tag: (nullable): the source tag for the #GSimpleAsyncResult
*
* Create a new #GSimpleAsyncResult with no operation result, and call