DBusServer Struct Reference

Internals of DBusServer object. More...

#include <dbus-server-protected.h>


Data Fields

DBusAtomic refcount
 Reference count.
const DBusServerVTablevtable
 Virtual methods for this instance.
DBusMutexmutex
 Lock on the server object.
DBusGUID guid
 Globally unique ID of server.
DBusString guid_hex
 Hex-encoded version of GUID.
DBusWatchListwatches
 Our watches.
DBusTimeoutListtimeouts
 Our timeouts.
char * address
 Address this server is listening on.
int max_connections
 Max number of connections allowed at once.
DBusDataSlotList slot_list
 Data stored by allocated integer ID.
DBusNewConnectionFunction new_connection_function
 Callback to invoke when a new connection is created.
void * new_connection_data
 Data for new connection callback.
DBusFreeFunction new_connection_free_data_function
 Callback to invoke to free new_connection_data when server is finalized or data is replaced.
char ** auth_mechanisms
 Array of allowed authentication mechanisms.
unsigned int disconnected: 1
 TRUE if we are disconnected.
unsigned int have_server_lock: 1
 Does someone have the server mutex locked.


Detailed Description

Internals of DBusServer object.

Definition at line 56 of file dbus-server-protected.h.


Field Documentation

Virtual methods for this instance.

Definition at line 59 of file dbus-server-protected.h.

Referenced by _dbus_server_init_base(), _dbus_server_unref_unlocked(), dbus_server_disconnect(), and dbus_server_unref().

Address this server is listening on.

Definition at line 69 of file dbus-server-protected.h.

Referenced by _dbus_server_finalize_base(), _dbus_server_init_base(), and dbus_server_get_address().

Max number of connections allowed at once.

Definition at line 71 of file dbus-server-protected.h.

Callback to invoke when a new connection is created.

Definition at line 76 of file dbus-server-protected.h.

Referenced by dbus_server_set_new_connection_function().


The documentation for this struct was generated from the following file:

Generated on Wed May 13 13:46:38 2009 for D-Bus by  doxygen 1.5.6