summaryrefslogtreecommitdiff
path: root/bus/signals.h
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2009-09-03 15:33:32 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2010-01-05 21:11:13 +0100
commit0411f9d6327987a0f9aea332effd37c01aafbab2 (patch)
tree8551b68a7167b6f55a88978d4239cc983a1b4ff1 /bus/signals.h
parentb4264cb0e66aea2e56b414a529024c35f6a0d90f (diff)
downloaddbus-0411f9d6327987a0f9aea332effd37c01aafbab2.tar.gz
Rename DBusConnection *disconnected param to connection
Diffstat (limited to 'bus/signals.h')
-rw-r--r--bus/signals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/signals.h b/bus/signals.h
index 4ea10755..eeb1d2d0 100644
--- a/bus/signals.h
+++ b/bus/signals.h
@@ -77,7 +77,7 @@ dbus_bool_t bus_matchmaker_remove_rule_by_value (BusMatchmaker *matchmaker,
void bus_matchmaker_remove_rule (BusMatchmaker *matchmaker,
BusMatchRule *rule);
void bus_matchmaker_disconnected (BusMatchmaker *matchmaker,
- DBusConnection *disconnected);
+ DBusConnection *connection);
dbus_bool_t bus_matchmaker_get_recipients (BusMatchmaker *matchmaker,
BusConnections *connections,
DBusConnection *sender,