Lines Matching refs:BusMatchRule
43 BusMatchRule* bus_match_rule_new (DBusConnection *matches_go_to);
44 BusMatchRule* bus_match_rule_ref (BusMatchRule *rule);
45 void bus_match_rule_unref (BusMatchRule *rule);
47 dbus_bool_t bus_match_rule_set_message_type (BusMatchRule *rule,
49 dbus_bool_t bus_match_rule_set_interface (BusMatchRule *rule,
51 dbus_bool_t bus_match_rule_set_member (BusMatchRule *rule,
53 dbus_bool_t bus_match_rule_set_sender (BusMatchRule *rule,
55 dbus_bool_t bus_match_rule_set_destination (BusMatchRule *rule,
57 dbus_bool_t bus_match_rule_set_path (BusMatchRule *rule,
59 dbus_bool_t bus_match_rule_set_arg (BusMatchRule *rule,
64 BusMatchRule* bus_match_rule_parse (DBusConnection *matches_go_to,
73 BusMatchRule *rule);
75 BusMatchRule *value,
78 BusMatchRule *rule);