Searched refs:DBUS_NAME_FLAG_DO_NOT_QUEUE (Results 1 – 4 of 4) sorted by relevance
105 #define DBUS_NAME_FLAG_DO_NOT_QUEUE 0x4 /**< If we can not become the primary owner do not pla… macro
183 (flags & DBUS_NAME_FLAG_DO_NOT_QUEUE) != FALSE; in bus_owner_set_flags()527 else if (((flags & DBUS_NAME_FLAG_DO_NOT_QUEUE) && in bus_registry_acquire_service()529 ((flags & DBUS_NAME_FLAG_DO_NOT_QUEUE) && in bus_registry_acquire_service()548 else if (!(flags & DBUS_NAME_FLAG_DO_NOT_QUEUE) && in bus_registry_acquire_service()
344 DBUS_NAME_FLAG_DO_NOT_QUEUE, error); in g_dbus_request_name()
2387 (#define DBUS_NAME_FLAG_DO_NOT_QUEUE): New flag for specifying