[next] telepathy-glib: tp_handle_ensure: annotate @context with (nullable)

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


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

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Tue May 27 17:43:06 2014 +0200

tp_handle_ensure: annotate @context with (nullable)

---

 telepathy-glib/handle-repo.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/telepathy-glib/handle-repo.c b/telepathy-glib/handle-repo.c
index 955cbe9..886bf1e 100644
--- a/telepathy-glib/handle-repo.c
+++ b/telepathy-glib/handle-repo.c
@@ -162,7 +162,7 @@ tp_handle_inspect (TpHandleRepoIface *self,
  * tp_handle_ensure:
  * @self: A handle repository implementation
  * @id: A string whose handle is required
- * @context: User data to be passed to the normalization callback
+ * @context: (nullable): User data to be passed to the normalization callback
  * @error: Used to return an error if 0 is returned
  *
  * Return a handle for the given string, creating one if necessary. The string



More information about the telepathy-commits mailing list