D-Bus
1.12.2
|
Internal struct representing a message filter function. More...
Data Fields | |
DBusAtomic | refcount |
Reference count. | |
DBusHandleMessageFunction | function |
Function to call to filter. | |
void * | user_data |
User data for the function. | |
DBusFreeFunction | free_user_data_function |
Function to free the user data. | |
Internal struct representing a message filter function.
Definition at line 228 of file dbus-connection.c.