summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2008-04-03 13:15:45 -0400
committerJohn (J5) Palmieri <johnp@redhat.com>2008-04-03 13:15:45 -0400
commitb5818e619f6258cc6d530ee62e99bd019b6d069b (patch)
treecda4f5cd483c383874fe8d7dd6455452ab48eb38 /ChangeLog
parenta689ef29f176110b0f74e47fd5dd1d2d6ad3dfd3 (diff)
modify dbus_connection_send documentation
* dbus/dbus-connection.c (dbus_connection_send): add documentation to describe when to call dbus_connection_flush and dbus_connection_unref after a call to dbus_connection_send is made Initial wording by Stanislav Brabec <sbrabec at suse.cz> (fd.o bug#13558)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae1f7be0..edca8110 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-04-03 John (J5) Palmieri <johnp@redhat.com>
+ * dbus/dbus-connection.c (dbus_connection_send): add documentation
+ to describe when to call dbus_connection_flush and
+ dbus_connection_unref after a call to dbus_connection_send is made
+ Initial wording by Stanislav Brabec <sbrabec at suse.cz>
+ (fd.o bug#13558)
+
+2008-04-03 John (J5) Palmieri <johnp@redhat.com>
+
Patch from Jérémie Dimino <jeremie at dimino.org>
* tools/dbus-send.c (append_dict): Send in signature when opening up