Libxfce4util.Kiosk¶
| Subclasses: | None | 
|---|
Methods¶
| Inherited: | GObject.Object (37) | 
|---|---|
| Structs: | GObject.ObjectClass (5) | 
| class | new(module) | 
| free() | |
| query(capability) | 
Virtual Methods¶
| Inherited: | GObject.Object (7) | 
|---|
Properties¶
None
Signals¶
| Inherited: | GObject.Object (1) | 
|---|
Fields¶
| Inherited: | GObject.Object (1) | 
|---|
Class Details¶
- 
class Libxfce4util.Kiosk(**kwargs)¶
- Bases: - GObject.Object- Abstract: - No - Structure: - Libxfce4util.KioskClass- 
classmethod new(module)¶
- Parameters: - module ( - str) – The Xfce project to query about- Returns: - a new instance of - Libxfce4util.Kiosk.- Return type: - Libxfce4util.Kiosk- Creates and returns a new instance of - Libxfce4util.Kiosk.- New in version 4.2. 
 - 
free()¶
- Frees the self object. In 4.13 and above, this is equivalent to calling g_clear_object. - New in version 4.2. 
 - 
query(capability)¶
- Parameters: - capability ( - str) – The name of the capability to check.- Returns: - Trueif the current user has the capability, else- False.- Return type: - bool- Queries the self object for a given capability and returns - Trueif the current user has the capability, else- False.- New in version 4.2. 
 
- 
classmethod