From: Simon McVittie Date: Thu, 7 Apr 2011 11:41:52 +0000 (+0100) Subject: signals.h: rename argument in declaration to match implementation X-Git-Tag: dbus-1.5.0~2^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08b251f0bcf4a6fd6d87598b9f6e420aab21fe4f;p=thirdparty%2Fdbus.git signals.h: rename argument in declaration to match implementation --- diff --git a/bus/signals.h b/bus/signals.h index 81590b5f1..4702b9e22 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,