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

  /external/dbus/bus/
bus.h 44 typedef struct BusMatchmaker BusMatchmaker;
96 BusMatchmaker* bus_context_get_matchmaker (BusContext *context);
signals.c 1133 struct BusMatchmaker
1170 BusMatchmaker*
1173 BusMatchmaker *matchmaker;
1176 matchmaker = dbus_new0 (BusMatchmaker, 1);
1211 bus_matchmaker_get_rules (BusMatchmaker *matchmaker,
1269 bus_matchmaker_gc_rules (BusMatchmaker *matchmaker,
1293 BusMatchmaker *
1294 bus_matchmaker_ref (BusMatchmaker *matchmaker)
1304 bus_matchmaker_unref (BusMatchmaker *matchmaker)
    [all...]

Completed in 86 milliseconds