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;
95 BusMatchmaker* bus_context_get_matchmaker (BusContext *context);
signals.c 1033 struct BusMatchmaker
1070 BusMatchmaker*
1073 BusMatchmaker *matchmaker;
1076 matchmaker = dbus_new0 (BusMatchmaker, 1);
1110 bus_matchmaker_get_rules (BusMatchmaker *matchmaker,
1168 bus_matchmaker_gc_rules (BusMatchmaker *matchmaker,
1192 BusMatchmaker *
1193 bus_matchmaker_ref (BusMatchmaker *matchmaker)
1203 bus_matchmaker_unref (BusMatchmaker *matchmaker)
1226 bus_matchmaker_add_rule (BusMatchmaker *matchmaker
    [all...]

Completed in 38 milliseconds