mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 08:58:44 +02:00
Bug 620582 - a simple GPermission implementation
add GSimplePermission, a trivial const implementation of GPermission can-request and can-release are always false for this implementation and the value of 'allowed' is decided at construction.
This commit is contained in:
@@ -333,6 +333,7 @@ libgio_2_0_la_SOURCES = \
|
||||
gresolver.c \
|
||||
gseekable.c \
|
||||
gsimpleasyncresult.c \
|
||||
gsimplepermission.c \
|
||||
gsocket.c \
|
||||
gsocketaddress.c \
|
||||
gsocketaddressenumerator.c \
|
||||
@@ -478,6 +479,7 @@ gio_headers = \
|
||||
gresolver.h \
|
||||
gseekable.h \
|
||||
gsimpleasyncresult.h \
|
||||
gsimplepermission.h \
|
||||
gsocket.h \
|
||||
gsocketaddress.h \
|
||||
gsocketaddressenumerator.h \
|
||||
|
Reference in New Issue
Block a user