summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-05-27 17:43:06 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-05-27 18:03:17 +0200
commit6ceefe0457cfd7c04f736dd1825f4c8e87cbc3b8 (patch)
tree30ff96512298936ab2ff55bcfea9d4a288522faa
parentdb351c38e4822acf29086dc706a6129219b453cb (diff)
downloadtelepathy-glib-6ceefe0457cfd7c04f736dd1825f4c8e87cbc3b8.tar.gz
tp_handle_ensure: annotate @context with (nullable)
-rw-r--r--telepathy-glib/handle-repo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/handle-repo.c b/telepathy-glib/handle-repo.c
index 955cbe91c..886bf1e5a 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