BugĀ 620582 - a simple GPermission implementation
authorRyan Lortie <desrt@desrt.ca>
Fri, 4 Jun 2010 20:32:01 +0000 (22:32 +0200)
committerRyan Lortie <desrt@desrt.ca>
Fri, 4 Jun 2010 20:35:14 +0000 (22:35 +0200)
commit473348817809f7aed492245469092901d28de91d
treef62cb2aceb59176b764ab3e3003281a690779246
parent0957f76878046d848ea42bab09d9b129a60476a5
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.
docs/reference/gio/gio-docs.xml
docs/reference/gio/gio-sections.txt
docs/reference/gio/gio.types
gio/Makefile.am
gio/gio.symbols
gio/giotypes.h
gio/gsimplepermission.c [new file with mode: 0644]
gio/gsimplepermission.h [new file with mode: 0644]