Bug 620519 - GPermission

Add an abstract interface representing the permission to perform an
action.
This commit is contained in:
Ryan Lortie
2010-06-03 22:58:52 +02:00
parent 07b5cee2a8
commit 7a4860d69a
9 changed files with 554 additions and 0 deletions

View File

@@ -155,6 +155,10 @@
<xi:include href="xml/gsettings.xml"/>
<xi:include href="xml/gsettingsbackend.xml"/>
</chapter>
<chapter id='permissions'>
<title>Permissions</title>
<xi:include href="xml/gpermission.xml"/>
</chapter>
<chapter id="extending">
<title>Extending GIO</title>
<xi:include href="xml/gvfs.xml"/>

View File

@@ -2590,3 +2590,24 @@ g_dbus_node_info_get_type
g_dbus_property_info_get_type
g_dbus_signal_info_get_type
</SECTION>
<SECTION>
<FILE>gpermission</FILE>
GPermission
g_permission_get_allowed
g_permission_get_can_acquire
g_permission_get_can_release
<SUBSECTION>
g_permission_acquire
g_permission_acquire_async
g_permission_acquire_finish
g_permission_release
g_permission_release_async
g_permission_release_finish
<SUBSECTION>
g_permission_impl_update
<SUBSECTION Standard>
g_permission_get_type
GPermissionPrivate
GPermissionClass
</SECTION>

View File

@@ -70,6 +70,7 @@ g_network_service_get_type
g_output_stream_get_type
g_output_stream_splice_flags_get_type
g_password_save_get_type
g_permission_get_type
g_resolver_error_get_type
g_resolver_get_type
g_seekable_get_type