Back to Seed Clases

Polkit


Classes

Interfaces

Structs

Unions

Enums

Interface Polkit.Identity

Import line: Polkit = imports.gi.Polkit;
GIR File: Polkit-1.0.gir
C documentation: PolkitIdentity
Interface : Identity
Implementations: Polkit.UnixGroup, Polkit.UnixUser
Properties
None
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Polkit
Method
Polkit.identity_from_string (String str) : Polkit.Identity
Polkit.Authority
Method
authentication_agent_response (String cookie, Identity identity, Cancellable cancellable, Function callback, void* user_data) : none
Polkit.Authority
Method
authentication_agent_response_sync (String cookie, Identity identity, Cancellable cancellable) : gboolean
Polkit.UnixGroup
Method
Polkit.UnixGroup.c_new (gint32 gid) : Polkit.Identity
Polkit.UnixGroup
Method
Polkit.UnixGroup.new_for_name (String name) : Polkit.Identity
Polkit.UnixUser
Method
Polkit.UnixUser.c_new (gint32 uid) : Polkit.Identity
Polkit.UnixUser
Method
Polkit.UnixUser.new_for_name (String name) : Polkit.Identity
PolkitAgent.Session
Property
identity : Polkit.Identity
PolkitAgent.Session
Method
new PolkitAgent.Session.c_new (Identity identity, String cookie) : PolkitAgent.Session
Create a new PolkitAgent.Session
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:16:50 GMT+0800 (HKT)