D-Bus 1.14.10
|
Information about a UNIX user. More...
#include <dbus-sysdeps-unix.h>
Data Fields | |
size_t | refcount |
Reference count. More... | |
dbus_uid_t | uid |
UID. More... | |
dbus_gid_t | primary_gid |
GID. More... | |
dbus_gid_t * | group_ids |
Groups IDs, including above primary group. More... | |
int | n_group_ids |
Size of group IDs array. More... | |
char * | username |
Username. More... | |
char * | homedir |
Home directory. More... | |
Information about a UNIX user.
Definition at line 106 of file dbus-sysdeps-unix.h.
dbus_gid_t* DBusUserInfo::group_ids |
Groups IDs, including above primary group.
Definition at line 111 of file dbus-sysdeps-unix.h.
Referenced by _dbus_groups_from_uid(), and _dbus_user_info_free().
char* DBusUserInfo::homedir |
Home directory.
Definition at line 114 of file dbus-sysdeps-unix.h.
Referenced by _dbus_homedir_from_uid(), and _dbus_user_info_free().
int DBusUserInfo::n_group_ids |
Size of group IDs array.
Definition at line 112 of file dbus-sysdeps-unix.h.
Referenced by _dbus_groups_from_uid().
dbus_gid_t DBusUserInfo::primary_gid |
GID.
Definition at line 110 of file dbus-sysdeps-unix.h.
Referenced by _dbus_get_user_id_and_primary_group().
size_t DBusUserInfo::refcount |
Reference count.
Definition at line 108 of file dbus-sysdeps-unix.h.
Referenced by _dbus_user_database_lookup(), and _dbus_user_info_unref().
dbus_uid_t DBusUserInfo::uid |
UID.
Definition at line 109 of file dbus-sysdeps-unix.h.
Referenced by _dbus_get_user_id_and_primary_group(), _dbus_groups_from_uid(), and _dbus_user_database_lookup().
char* DBusUserInfo::username |
Username.
Definition at line 113 of file dbus-sysdeps-unix.h.
Referenced by _dbus_is_console_user(), and _dbus_user_info_free().