D-Bus 1.14.10
|
Information about a auth state. More...
Data Fields | |
const char * | name |
Name of the state. More... | |
DBusAuthStateFunction | handler |
State function for this state. More... | |
Information about a auth state.
Definition at line 144 of file dbus-auth.c.
DBusAuthStateFunction DBusAuthStateData::handler |
State function for this state.
Definition at line 147 of file dbus-auth.c.
const char* DBusAuthStateData::name |
Name of the state.
Definition at line 146 of file dbus-auth.c.