summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2010-08-07 12:48:07 -0400
committerDavid Zeuthen <davidz@redhat.com>2010-08-07 12:50:17 -0400
commitf23aeb680fb3ea5db4edcd090fe9fea417a9cdfe (patch)
tree08e454361b87b4dd21f1e419fbb8315f023e2336 /docs
parent85f6ffbbdb00ef434340e85ce57c0e7b48184c08 (diff)
downloadpolkit-f23aeb680fb3ea5db4edcd090fe9fea417a9cdfe.tar.gz
Add a GPermission implementation
Based on code from Matthias Clasen <mclasen@redhat.com>. Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/polkit/polkit-1-docs.xml1
-rw-r--r--docs/polkit/polkit-1-sections.txt19
-rw-r--r--docs/polkit/polkit-1.types1
3 files changed, 21 insertions, 0 deletions
diff --git a/docs/polkit/polkit-1-docs.xml b/docs/polkit/polkit-1-docs.xml
index 4ddf9cd..12a1af9 100644
--- a/docs/polkit/polkit-1-docs.xml
+++ b/docs/polkit/polkit-1-docs.xml
@@ -73,6 +73,7 @@
<xi:include href="xml/polkiterror.xml"/>
<xi:include href="xml/polkitactiondescription.xml"/>
<xi:include href="xml/polkittemporaryauthorization.xml"/>
+ <xi:include href="xml/polkitpermission.xml"/>
<chapter id="subjects">
<title>Subjects</title>
<xi:include href="xml/polkitsubject.xml"/>
diff --git a/docs/polkit/polkit-1-sections.txt b/docs/polkit/polkit-1-sections.txt
index 5826e54..1a0b869 100644
--- a/docs/polkit/polkit-1-sections.txt
+++ b/docs/polkit/polkit-1-sections.txt
@@ -468,3 +468,22 @@ POLKIT_TEMPORARY_AUTHORIZATION_CLASS
POLKIT_TEMPORARY_IS_AUTHORIZATION_CLASS
POLKIT_TEMPORARY_AUTHORIZATION_GET_CLASS
</SECTION>
+
+<SECTION>
+<FILE>polkitpermission</FILE>
+PolkitPermission
+polkit_permission_new
+polkit_permission_new_finish
+polkit_permission_new_sync
+polkit_permission_get_action_id
+polkit_permission_get_subject
+<SUBSECTION Standard>
+PolkitPermissionClass
+POLKIT_PERMISSION
+POLKIT_IS_PERMISSION
+POLKIT_TYPE_PERMISSION
+polkit_permission_get_type
+POLKIT_PERMISSION_CLASS
+POLKIT_IS_PERMISSION_CLASS
+POLKIT_PERMISSION_GET_CLASS
+</SECTION>
diff --git a/docs/polkit/polkit-1.types b/docs/polkit/polkit-1.types
index 749b8bc..2cab12a 100644
--- a/docs/polkit/polkit-1.types
+++ b/docs/polkit/polkit-1.types
@@ -13,6 +13,7 @@ polkit_system_bus_name_get_type
polkit_error_get_type
polkit_authorization_result_get_type
polkit_temporary_authorization_get_type
+polkit_permission_get_type
polkit_backend_authority_get_type
polkit_backend_interactive_authority_get_type