Searched refs:matches_go_to (Results 1 – 2 of 2) sorted by relevance
34 DBusConnection *matches_go_to; /**< Owner of the rule */ member53 bus_match_rule_new (DBusConnection *matches_go_to) in bus_match_rule_new() argument62 rule->matches_go_to = matches_go_to; in bus_match_rule_new()65 _dbus_assert (rule->matches_go_to != NULL); in bus_match_rule_new()804 bus_match_rule_parse (DBusConnection *matches_go_to, in bus_match_rule_parse() argument825 rule = bus_match_rule_new (matches_go_to); in bus_match_rule_parse()1231 _dbus_assert (bus_connection_is_active (rule->matches_go_to)); in bus_matchmaker_add_rule()1246 if (!bus_connection_add_match_rule (rule->matches_go_to, rule)) in bus_matchmaker_add_rule()1261 s, rule->matches_go_to); in bus_matchmaker_add_rule()1276 if (a->matches_go_to != b->matches_go_to) in match_rule_equal()[all …]
43 BusMatchRule* bus_match_rule_new (DBusConnection *matches_go_to);64 BusMatchRule* bus_match_rule_parse (DBusConnection *matches_go_to,