UNIX group identity.
More...
#include <Identity>
UNIX group identity.
An object representing a group identity on a UNIX system.
- See also
- Identity
◆ UnixGroupIdentity() [1/3]
PolkitQt1::UnixGroupIdentity::UnixGroupIdentity |
( |
gid_t |
gid | ) |
|
|
explicit |
Creates UnixGroup object by GID of the group
- Parameters
-
◆ UnixGroupIdentity() [2/3]
PolkitQt1::UnixGroupIdentity::UnixGroupIdentity |
( |
const QString & |
name | ) |
|
|
explicit |
Creates UnixGroup object by unix name of the group
- Parameters
-
◆ UnixGroupIdentity() [3/3]
PolkitQt1::UnixGroupIdentity::UnixGroupIdentity |
( |
PolkitUnixGroup * |
pkUnixGroup | ) |
|
|
explicit |
Creates UnixGroup object from PolkitUnixGroup object
- Warning
- Use this only if you are completely aware of what are you doing!
- Parameters
-
pkUnixGroup | The PolkitUnixGroup object |
◆ gid()
gid_t PolkitQt1::UnixGroupIdentity::gid |
( |
| ) |
const |
Gets a group id
- Returns
- group id
◆ setGid()
void PolkitQt1::UnixGroupIdentity::setGid |
( |
gid_t |
gid | ) |
|
Sets the id of group
- Parameters
-
The documentation for this class was generated from the following files: