Searched defs:BusMatchRule (Results 1 - 2 of 2) sorted by relevance

/external/dbus/bus/
H A Dbus.h46 typedef struct BusMatchRule BusMatchRule; typedef in typeref:struct:BusMatchRule
H A Dsignals.c28 struct BusMatchRule struct
47 BusMatchRule*
50 BusMatchRule *rule;
52 rule = dbus_new0 (BusMatchRule, 1);
66 BusMatchRule *
67 bus_match_rule_ref (BusMatchRule *rule)
77 bus_match_rule_unref (BusMatchRule *rule)
117 match_rule_to_string (BusMatchRule *rule)
243 bus_match_rule_set_message_type (BusMatchRule *rule,
254 bus_match_rule_set_interface (BusMatchRule *rul
[all...]

Completed in 10 milliseconds