diff options
Diffstat (limited to 'docs/polkit')
-rw-r--r-- | docs/polkit/polkit-1-docs.xml | 1 | ||||
-rw-r--r-- | docs/polkit/polkit-1-sections.txt | 18 | ||||
-rw-r--r-- | docs/polkit/polkit-1.types | 1 |
3 files changed, 20 insertions, 0 deletions
diff --git a/docs/polkit/polkit-1-docs.xml b/docs/polkit/polkit-1-docs.xml index 22092d9..38a69a4 100644 --- a/docs/polkit/polkit-1-docs.xml +++ b/docs/polkit/polkit-1-docs.xml @@ -86,6 +86,7 @@ <xi:include href="xml/polkitidentity.xml"/> <xi:include href="xml/polkitunixuser.xml"/> <xi:include href="xml/polkitunixgroup.xml"/> + <xi:include href="xml/polkitunixnetgroup.xml"/> </chapter> </part> diff --git a/docs/polkit/polkit-1-sections.txt b/docs/polkit/polkit-1-sections.txt index 9f4fcf8..ff6a301 100644 --- a/docs/polkit/polkit-1-sections.txt +++ b/docs/polkit/polkit-1-sections.txt @@ -5,6 +5,7 @@ polkit_unix_user_new polkit_unix_user_new_for_name polkit_unix_user_get_uid polkit_unix_user_set_uid +polkit_unix_user_get_name <SUBSECTION Standard> PolkitUnixUserClass POLKIT_UNIX_USER @@ -121,6 +122,23 @@ POLKIT_UNIX_GROUP_GET_CLASS </SECTION> <SECTION> +<FILE>polkitunixnetgroup</FILE> +PolkitUnixNetgroup +polkit_unix_netgroup_new +polkit_unix_netgroup_get_name +polkit_unix_netgroup_set_name +<SUBSECTION Standard> +PolkitUnixNetgroupClass +POLKIT_UNIX_NETGROUP +POLKIT_IS_UNIX_NETGROUP +POLKIT_TYPE_UNIX_NETGROUP +polkit_unix_netgroup_get_type +POLKIT_UNIX_NETGROUP_CLASS +POLKIT_IS_UNIX_NETGROUP_CLASS +POLKIT_UNIX_NETGROUP_GET_CLASS +</SECTION> + +<SECTION> <FILE>polkitunixsession</FILE> PolkitUnixSession polkit_unix_session_new diff --git a/docs/polkit/polkit-1.types b/docs/polkit/polkit-1.types index e50812b..b1e13cc 100644 --- a/docs/polkit/polkit-1.types +++ b/docs/polkit/polkit-1.types @@ -6,6 +6,7 @@ polkit_implicit_authorization_get_type polkit_identity_get_type polkit_unix_user_get_type polkit_unix_group_get_type +polkit_unix_netgroup_get_type polkit_subject_get_type polkit_unix_process_get_type polkit_unix_session_get_type |