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,
142 typedef dbus_bool_t (* DBusAllowUnixUserFunction) (DBusConnection *connection,
152 typedef dbus_bool_t (* DBusAllowWindowsUserFunction) (DBusConnection *connection,
168 typedef DBusHandlerResult (* DBusHandleMessageFunction) (DBusConnection *connection,
172 DBusConnection* dbus_connection_open (const char *address
    [all...]
dbus-connection.c 2 /* dbus-connection.c DBusConnection object
93 * @defgroup DBusConnection DBusConnection
97 * A DBusConnection represents a connection to another
103 * In brief a DBusConnection is a message queue associated with some
171 * You may not drop the last reference to a #DBusConnection
179 * After calling dbus_threads_init(), #DBusConnection has thread
183 * #DBusConnection if those connections will be used from different threads,
202 * @defgroup DBusConnectionInternals DBusConnection implementation details
204 * @brief Implementation details of DBusConnection
    [all...]

Completed in 719 milliseconds