| D-Bus
    1.10.22
    | 
Virtual table to be implemented by all server "subclasses". More...
#include <dbus-server-protected.h>
| Data Fields | |
| void(* | finalize )(DBusServer *server) | 
| The finalize method must free the server.  More... | |
| void(* | disconnect )(DBusServer *server) | 
| Disconnect this server.  More... | |
Virtual table to be implemented by all server "subclasses".
Definition at line 43 of file dbus-server-protected.h.
| void(* DBusServerVTable::disconnect) (DBusServer *server) | 
Disconnect this server.
Definition at line 48 of file dbus-server-protected.h.
Referenced by dbus_server_disconnect().
| void(* DBusServerVTable::finalize) (DBusServer *server) | 
The finalize method must free the server.
Definition at line 45 of file dbus-server-protected.h.
 1.8.13
 1.8.13