D-Bus 1.15.12
|
Information about a UNIX group. More...
#include <dbus-sysdeps-unix.h>
Data Fields | |
size_t | refcount |
Reference count. | |
dbus_gid_t | gid |
GID. | |
char * | groupname |
Group name. | |
Information about a UNIX group.
Definition at line 106 of file dbus-sysdeps-unix.h.
dbus_gid_t DBusGroupInfo::gid |
GID.
Definition at line 109 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 110 of file dbus-sysdeps-unix.h.
Referenced by _dbus_group_info_free(), and _dbus_user_database_lookup_group().
size_t DBusGroupInfo::refcount |
Reference count.
Definition at line 108 of file dbus-sysdeps-unix.h.
Referenced by _dbus_group_info_unref(), and _dbus_user_database_lookup_group().