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

  /external/dbus/bus/
bus.h 45 typedef struct BusMatchmaker BusMatchmaker;
87 BusMatchmaker* bus_context_get_matchmaker (BusContext *context);
signals.c 979 struct BusMatchmaker
986 BusMatchmaker*
989 BusMatchmaker *matchmaker;
991 matchmaker = dbus_new0 (BusMatchmaker, 1);
1000 BusMatchmaker *
1001 bus_matchmaker_ref (BusMatchmaker *matchmaker)
1011 bus_matchmaker_unref (BusMatchmaker *matchmaker)
1034 bus_matchmaker_add_rule (BusMatchmaker *matchmaker,
1125 bus_matchmaker_remove_rule_link (BusMatchmaker *matchmaker,
1147 bus_matchmaker_remove_rule (BusMatchmaker *matchmaker
    [all...]

Completed in 17 milliseconds