[next] telepathy-glib: tp_simple_async_report_success_in_idle: @user_data is nullable

Simon McVittie smcv at kemper.freedesktop.org
Wed Sep 17 05:22:52 PDT 2014


Module: telepathy-glib
Branch: next
Commit: e09bcc915acc87f8f0422e08db2ff6ca94068ba7
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=e09bcc915acc87f8f0422e08db2ff6ca94068ba7

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Wed May 28 11:53:33 2014 +0200

tp_simple_async_report_success_in_idle: @user_data is nullable

---

 telepathy-glib/util.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/telepathy-glib/util.c b/telepathy-glib/util.c
index 8faca04..502e50c 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



More information about the telepathy-commits mailing list