summaryrefslogtreecommitdiff
path: root/gio/gportalsupport.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-12 11:30:30 -0400
committerPhilip Withnall <withnall@endlessm.com>2019-07-15 13:01:56 +0100
commit9c5d3a6081e5ff419db96d9651bddbfcdb8b1bc6 (patch)
treeac7e06ce474d74c557fa302eee79e362a1c1d40f /gio/gportalsupport.h
parent618d3e4a0af81b95cbbac1dfea95aea0293acb25 (diff)
downloadglib-9c5d3a6081e5ff419db96d9651bddbfcdb8b1bc6.tar.gz
portal: Add a getter for dconf access
Add method to find whether the sandbox provides access to dconf. This will be used to tweak the priorities for the keyfile settings backend.
Diffstat (limited to 'gio/gportalsupport.h')
-rw-r--r--gio/gportalsupport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/gportalsupport.h b/gio/gportalsupport.h
index a331f45d3..746f1fd6b 100644
--- a/gio/gportalsupport.h
+++ b/gio/gportalsupport.h
@@ -24,6 +24,7 @@ G_BEGIN_DECLS
gboolean glib_should_use_portal (void);
gboolean glib_network_available_in_sandbox (void);
+gboolean glib_has_dconf_access_in_sandbox (void);
G_END_DECLS