Polkit.UnixNetgroup¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/c |
The NIS netgroup name |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Polkit.UnixNetgroup(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
An object representing a netgroup identity on a UNIX system.
- classmethod new(name)¶
- Parameters:
name (
str
) – A netgroup name.- Returns:
A
Polkit.UnixNetgroup
object. Free withGObject.Object.unref
().- Return type:
Creates a new
Polkit.UnixNetgroup
object for name.