HomeSort by relevance Sort by last modified time
    Searched full:outgoing_messages (Results 1 - 1 of 1) sorted by null

  /external/dbus/dbus/
dbus-connection.c 275 DBusList *outgoing_messages; /**< Queue of messages we need to send, send the end of the list first. */ member in struct:DBusConnection
583 return connection->outgoing_messages != NULL;
621 return _dbus_list_get_last (&connection->outgoing_messages);
645 link = _dbus_list_get_last_link (&connection->outgoing_messages);
649 _dbus_list_unlink (&connection->outgoing_messages,
    [all...]

Completed in 60 milliseconds