mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 13:28:02 +02:00
signals.h: rename argument in declaration to match implementation
This commit is contained in:
parent
bf3a7d8653
commit
08b251f0bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue