|
D-Bus 1.12.4
|
Information about a UNIX group. More...
#include <dbus-sysdeps-unix.h>
Data Fields | |
| dbus_gid_t | gid |
| GID. | |
| char * | groupname |
| Group name. | |
Information about a UNIX group.
Definition at line 119 of file dbus-sysdeps-unix.h.
| dbus_gid_t DBusGroupInfo::gid |
GID.
Definition at line 121 of file dbus-sysdeps-unix.h.
Referenced by _dbus_get_group_id(), and _dbus_user_database_lookup_group().
| char* DBusGroupInfo::groupname |
Group name.
Definition at line 122 of file dbus-sysdeps-unix.h.
Referenced by _dbus_group_info_free(), and _dbus_user_database_lookup_group().