summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali <zeeshanak@gnome.org>2019-11-22 16:30:56 +0100
committerZeeshan Ali <zeeshanak@gnome.org>2019-11-22 16:31:31 +0100
commita9d4487e3de87f52abee99f072fb1dbbceb92196 (patch)
tree60282f9a17b78a4044ec2323d6a28e00b1f9c621
parenta0556f31c7701cee0480938990b043631512a923 (diff)
lib,docs: Document when client prop is NULL
-rw-r--r--libgeoclue/gclue-simple.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgeoclue/gclue-simple.c b/libgeoclue/gclue-simple.c
index 4db54aa..c2f92d2 100644
--- a/libgeoclue/gclue-simple.c
+++ b/libgeoclue/gclue-simple.c
@@ -205,7 +205,8 @@ gclue_simple_class_init (GClueSimpleClass *klass)
/**
* GClueSimple:client:
*
- * The client proxy.
+ * The client proxy. This is %NULL if @simple is not using a client proxy
+ * (i-e when inside the Flatpak sandbox).
*/
gParamSpecs[PROP_CLIENT] = g_param_spec_object ("client",
"Client",