D-Bus 1.12.4
Data Fields

Information about a UNIX group. More...

#include <dbus-sysdeps-unix.h>

Data Fields

dbus_gid_t gid
 GID.
 
char * groupname
 Group name.
 

Detailed Description

Information about a UNIX group.

Definition at line 119 of file dbus-sysdeps-unix.h.

Field Documentation

◆ gid

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().

◆ groupname

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().


The documentation for this struct was generated from the following file: