typedef struct DBusServer | DBusServer |
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 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().
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.