Lines Matching refs:BusMatchRule
45 BusMatchRule* bus_match_rule_new (DBusConnection *matches_go_to);
46 BusMatchRule* bus_match_rule_ref (BusMatchRule *rule);
47 void bus_match_rule_unref (BusMatchRule *rule);
49 dbus_bool_t bus_match_rule_set_message_type (BusMatchRule *rule,
51 dbus_bool_t bus_match_rule_set_interface (BusMatchRule *rule,
53 dbus_bool_t bus_match_rule_set_member (BusMatchRule *rule,
55 dbus_bool_t bus_match_rule_set_sender (BusMatchRule *rule,
57 dbus_bool_t bus_match_rule_set_destination (BusMatchRule *rule,
59 dbus_bool_t bus_match_rule_set_path (BusMatchRule *rule,
62 dbus_bool_t bus_match_rule_set_arg (BusMatchRule *rule,
73 void bus_match_rule_set_client_is_eavesdropping (BusMatchRule *rule,
76 BusMatchRule* bus_match_rule_parse (DBusConnection *matches_go_to,
85 BusMatchRule *rule);
87 BusMatchRule *value,
90 BusMatchRule *rule);