Lines Matching refs:matches_go_to
34 DBusConnection *matches_go_to; /**< Owner of the rule */
53 bus_match_rule_new (DBusConnection *matches_go_to)
62 rule->matches_go_to = matches_go_to;
65 _dbus_assert (rule->matches_go_to != NULL);
804 bus_match_rule_parse (DBusConnection *matches_go_to,
825 rule = bus_match_rule_new (matches_go_to);
1231 _dbus_assert (bus_connection_is_active (rule->matches_go_to));
1246 if (!bus_connection_add_match_rule (rule->matches_go_to, rule))
1261 s, rule->matches_go_to);
1276 if (a->matches_go_to != b->matches_go_to)
1343 bus_connection_remove_match_rule (rule->matches_go_to, rule);
1351 s, rule->matches_go_to);
1369 bus_connection_remove_match_rule (rule->matches_go_to, rule);
1388 s, rule->matches_go_to);
1464 if (rule->matches_go_to == connection)
1757 s, rule->matches_go_to);
1769 if (bus_connection_mark_stamp (rule->matches_go_to))
1771 if (!_dbus_list_append (recipients_p, rule->matches_go_to))