dbus-server.h File Reference

Typedef DBusServer

typedef struct DBusServerDBusServer

An opaque object representing a server that listens for connections from other applications. Each time a connection is made, a new DBusConnection is created and made available via an application-provided DBusNewConnectionFunction. The DBusNewConnectionFunction is provided with dbus_server_set_new_connection_function().

Typedef DBusNewConnectionFunction

typedef void(*DBusNewConnectionFunction

Called when a new connection to the server is available. Must reference and save the new connection, or close the new connection. Set with dbus_server_set_new_connection_function().