Top |
PolkitSubject * | polkit_system_bus_name_new () |
const gchar * | polkit_system_bus_name_get_name () |
void | polkit_system_bus_name_set_name () |
PolkitSubject * | polkit_system_bus_name_get_process_sync () |
PolkitSubject *
polkit_system_bus_name_new (const gchar *name
);
Creates a new PolkitSystemBusName for name
.
const gchar *
polkit_system_bus_name_get_name (PolkitSystemBusName *system_bus_name
);
Gets the unique system bus name for system_bus_name
.
void polkit_system_bus_name_set_name (PolkitSystemBusName *system_bus_name
,const gchar *name
);
Sets the unique system bus name for system_bus_name
.
PolkitSubject * polkit_system_bus_name_get_process_sync (PolkitSystemBusName *system_bus_name
,GCancellable *cancellable
,GError **error
);
Synchronously gets a PolkitUnixProcess object for system_bus_name
the calling thread is blocked until a reply is received.