spa/support/dbus.h  
More...
Go to the source code of this file.
|  | 
| #define | SPA_TYPE_INTERFACE_DBus   SPA_TYPE_INFO_INTERFACE_BASE "DBus" | 
|  | 
| #define | SPA_VERSION_DBUS   0 | 
|  | 
| #define | SPA_DBUS_CONNECTION_EVENT_DESTROY   0 | 
|  | 
| #define | SPA_DBUS_CONNECTION_EVENT_DISCONNECTED   1 | 
|  | 
| #define | SPA_DBUS_CONNECTION_EVENT_NUM   2 | 
|  | 
| #define | SPA_VERSION_DBUS_CONNECTION_EVENTS   0 | 
|  | 
| #define | SPA_VERSION_DBUS_CONNECTION   1 | 
|  | 
| #define | spa_dbus_connection_call(c,  method,  vers, ...) | 
|  | 
| #define | spa_dbus_connection_call_vp(c,  method,  vers, ...) | 
|  | 
| #define | spa_dbus_connection_get(c)   spa_dbus_connection_call_vp(c,get,0) | 
|  | Get the DBusConnection from a wrapper. 
 | 
|  | 
| #define | spa_dbus_connection_destroy(c)   spa_dbus_connection_call(c,destroy,0) | 
|  | Destroy a dbus connection wrapper. 
 | 
|  | 
| #define | spa_dbus_connection_add_listener(c, ...)   spa_dbus_connection_call(c,add_listener,1,__VA_ARGS__) | 
|  | Add a listener for events. 
 | 
|  | 
| #define | SPA_VERSION_DBUS_METHODS   0 | 
|  |