signals.h: rename argument in declaration to match implementation
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 7 Apr 2011 11:41:52 +0000 (12:41 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 7 Apr 2011 11:41:52 +0000 (12:41 +0100)
bus/signals.h

index 81590b5..4702b9e 100644 (file)
@@ -60,7 +60,7 @@ dbus_bool_t bus_match_rule_set_arg          (BusMatchRule     *rule,
                                              int               arg,
                                              const DBusString *value,
                                              dbus_bool_t       is_path,
-                                             dbus_bool_t       prefix);
+                                             dbus_bool_t       is_namespace);
 
 BusMatchRule* bus_match_rule_parse (DBusConnection   *matches_go_to,
                                     const DBusString *rule_text,