HomeSort by relevance Sort by last modified time
    Searched defs:DBusConnection (Results 1 - 2 of 2) sorted by null

  /external/dbus/dbus/
dbus-connection.h 2 /* dbus-connection.h DBusConnection object
38 * @addtogroup DBusConnection
51 typedef struct DBusConnection DBusConnection;
75 * Indicates the status of incoming data on a #DBusConnection. This determines whether
127 typedef void (* DBusDispatchStatusFunction) (DBusConnection *connection,
140 typedef dbus_bool_t (* DBusAllowUnixUserFunction) (DBusConnection *connection,
154 typedef DBusHandlerResult (* DBusHandleMessageFunction) (DBusConnection *connection,
158 DBusConnection* dbus_connection_open (const char *address,
160 DBusConnection* dbus_connection_open_private (const char *address
    [all...]
dbus-connection.c 2 /* dbus-connection.c DBusConnection object
83 * @defgroup DBusConnection DBusConnection
87 * A DBusConnection represents a connection to another
93 * In brief a DBusConnection is a message queue associated with some
161 * You may not drop the last reference to a #DBusConnection
169 * After calling dbus_threads_init(), #DBusConnection has thread
173 * #DBusConnection if those connections will be used from different threads,
192 * @defgroup DBusConnectionInternals DBusConnection implementation details
194 * @brief Implementation details of DBusConnection
    [all...]

Completed in 164 milliseconds