From a9d4487e3de87f52abee99f072fb1dbbceb92196 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Date: Fri, 22 Nov 2019 16:30:56 +0100 Subject: lib,docs: Document when client prop is NULL --- libgeoclue/gclue-simple.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", -- cgit v1.2.3