mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
Bug 620519 - GPermission
Add an abstract interface representing the permission to perform an action.
This commit is contained in:
@@ -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"/>
|
||||
|
@@ -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>
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user