summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-05-27 17:43:39 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-05-27 18:03:22 +0200
commitf9d7fedf6adefa4252753727118e81dc8cd39ad7 (patch)
tree7a539d8674abbd78a01e01386702cc310d84d705
parent6ceefe0457cfd7c04f736dd1825f4c8e87cbc3b8 (diff)
downloadtelepathy-glib-f9d7fedf6adefa4252753727118e81dc8cd39ad7.tar.gz
tp_simple_async_report_success_in_idle: annotate @source_tag with (nullable)
-rw-r--r--telepathy-glib/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/util.c b/telepathy-glib/util.c
index a3f36d7a0..8faca040a 100644
--- a/telepathy-glib/util.c
+++ b/telepathy-glib/util.c
@@ -755,7 +755,7 @@ tp_weak_ref_destroy (TpWeakRef *self)
* @source: (allow-none): the source object
* @callback: (scope async): the callback
* @user_data: (closure): user data for @callback
- * @source_tag: the source tag for the #GSimpleAsyncResult
+ * @source_tag: (nullable): the source tag for the #GSimpleAsyncResult
*
* Create a new #GSimpleAsyncResult with no operation result, and call
* g_simple_async_result_complete_in_idle() on it.