From 51a4261d0ee74afbb95611e7474715a754db97bb Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 29 Jul 2005 17:43:30 +0000 Subject: 2005-07-29 Havoc Pennington * bus/signals.c (bus_signals_test): add match_rule_equal() tests (match_rule_matches): remove unused arg (test_matching): add tests for match_rule_matches() * bus/signals.c (bus_match_rule_parse_arg_match): add ability to do arg0='foo' arg5='bar' in the match rules (match_rule_matches): don't match if the arg0='foo' doesn't match. * dbus/dbus-protocol.h (DBUS_MAXIMUM_MATCH_RULE_ARG_NUMBER): add this --- doc/TODO | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/TODO b/doc/TODO index c55ffc7f..1ea5bf06 100644 --- a/doc/TODO +++ b/doc/TODO @@ -127,6 +127,9 @@ Can Be Post 1.0 - optimization and profiling! + - Match rules aren't in the spec (probably a lot of methods on the bus + are not) + Should Be Post 1.0 === -- cgit