Home | History | Annotate | Download | only in bus

Lines Matching refs:matches_go_to

32   DBusConnection *matches_go_to; /**< Owner of the rule */
48 bus_match_rule_new (DBusConnection *matches_go_to)
57 rule->matches_go_to = matches_go_to;
60 _dbus_assert (rule->matches_go_to != NULL);
760 bus_match_rule_parse (DBusConnection *matches_go_to,
781 rule = bus_match_rule_new (matches_go_to);
1037 _dbus_assert (bus_connection_is_active (rule->matches_go_to));
1042 if (!bus_connection_add_match_rule (rule->matches_go_to, rule))
1055 s, rule->matches_go_to);
1070 if (a->matches_go_to != b->matches_go_to)
1130 bus_connection_remove_match_rule (rule->matches_go_to, rule);
1138 s, rule->matches_go_to);
1150 bus_connection_remove_match_rule (rule->matches_go_to, rule);
1158 s, rule->matches_go_to);
1233 if (rule->matches_go_to == disconnected)
1475 s, rule->matches_go_to);
1486 if (bus_connection_mark_stamp (rule->matches_go_to))
1488 if (!_dbus_list_append (recipients_p, rule->matches_go_to))