summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bus/signals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/signals.h b/bus/signals.h
index 81590b5f..4702b9e2 100644
--- a/bus/signals.h
+++ b/bus/signals.h
@@ -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,