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

/external/dbus/bus/
H A Dbus.h45 typedef struct BusMatchRule BusMatchRule; typedef in typeref:struct:BusMatchRule
H A Dsignals.c30 struct BusMatchRule struct
55 BusMatchRule*
58 BusMatchRule *rule;
60 rule = dbus_new0 (BusMatchRule, 1);
74 BusMatchRule *
75 bus_match_rule_ref (BusMatchRule *rule)
85 bus_match_rule_unref (BusMatchRule *rule)
126 match_rule_to_string (BusMatchRule *rule)
285 bus_match_rule_set_message_type (BusMatchRule *rule,
296 bus_match_rule_set_interface (BusMatchRule *rul
[all...]

Completed in 63 milliseconds