Data Fields | |
const char * | mechanism |
Name of the mechanism. | |
DBusAuthDataFunction | server_data_func |
Function on server side for DATA. | |
DBusAuthEncodeFunction | server_encode_func |
Function on server side to encode. | |
DBusAuthDecodeFunction | server_decode_func |
Function on server side to decode. | |
DBusAuthShutdownFunction | server_shutdown_func |
Function on server side to shut down. | |
DBusInitialResponseFunction | client_initial_response_func |
Function on client side to handle initial response. | |
DBusAuthDataFunction | client_data_func |
Function on client side for DATA. | |
DBusAuthEncodeFunction | client_encode_func |
Function on client side for encode. | |
DBusAuthDecodeFunction | client_decode_func |
Function on client side for decode. | |
DBusAuthShutdownFunction | client_shutdown_func |
Function on client side for shutdown. |
Definition at line 100 of file dbus-auth.c.