Add portal helpers

These are private helper functions that will be used in
the following commits to get information about whether
we are running in a flatpak sandbox, etc.

We allow the use of GTK_USE_PORTAL=1 in the environment
to force the use of portals. This can be useful for
testing and debugging portal interaction.

https://bugzilla.gnome.org/show_bug.cgi?id=768498
This commit is contained in:
Matthias Clasen
2016-07-06 23:34:55 -04:00
parent 4586434346
commit 78ef32110a
3 changed files with 116 additions and 0 deletions

View File

@@ -424,6 +424,8 @@ libgio_2_0_la_SOURCES = \
gpollableutils.c \
gpollfilemonitor.c \
gpollfilemonitor.h \
gportalsupport.c \
gportalsupport.h \
gproxy.c \
gproxyaddress.c \
gproxyaddressenumerator.c \