dbus/doc TODO,1.89,1.90

Havoc Pennington hp at freedesktop.org
Sat Jul 30 03:43:32 EST 2005


Update of /cvs/dbus/dbus/doc
In directory gabe:/tmp/cvs-serv17474/doc

Modified Files:
	TODO 
Log Message:
2005-07-29  Havoc Pennington  <hp at redhat.com>

	* 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



Index: TODO
===================================================================
RCS file: /cvs/dbus/dbus/doc/TODO,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- TODO	15 Jul 2005 22:02:25 -0000	1.89
+++ TODO	29 Jul 2005 17:43:30 -0000	1.90
@@ -127,6 +127,9 @@
 
  - 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
 ===
 



More information about the dbus-commit mailing list