Data Structures | |
struct | DBusServerDebugPipe |
Implementation details of DBusServerDebugPipe. More... | |
Typedefs | |
typedef DBusServerDebugPipe | DBusServerDebugPipe |
Opaque object representing a debug server implementation. | |
Functions | |
DBusServer * | _dbus_server_debug_pipe_new (const char *server_name, DBusError *error) |
Creates a new debug server using an in-process pipe. More... | |
DBusTransport * | _dbus_transport_debug_pipe_new (const char *server_name, DBusError *error) |
Creates the client-side transport for a debug-pipe connection connected to the given debug-pipe server name. More... |
Types and functions related to DBusServerDebugPipe. This is used for unit testing.
|
Creates a new debug server using an in-process pipe.
Definition at line 131 of file dbus-server-debug-pipe.c. |
|
Creates the client-side transport for a debug-pipe connection connected to the given debug-pipe server name.
Definition at line 203 of file dbus-server-debug-pipe.c. References DBusServer::auth_mechanisms, DBusServer::new_connection_data, and DBusServer::new_connection_function. |