Searched defs:DBusMessage (Results 1 – 2 of 2) sorted by relevance
97 struct DBusMessage struct99 DBusAtomic refcount; /**< Reference count */101 DBusHeader header; /**< Header network data and associated cache */103 DBusString body; /**< Body network data. */105 char byte_order; /**< Message byte order. */107 unsigned int locked : 1; /**< Message being sent, no modifications allowed. */110 …signed int in_cache : 1; /**< Has been "freed" since it's in the cache (this is a debug feature) */136 dbus_bool_t _dbus_message_iter_get_args_valist (DBusMessageIter *iter, argument
44 typedef struct DBusMessage DBusMessage; typedef