From b5818e619f6258cc6d530ee62e99bd019b6d069b Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Thu, 3 Apr 2008 13:15:45 -0400 Subject: 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 (fd.o bug#13558) --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ae1f7be0..edca8110 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-04-03 John (J5) Palmieri + + * 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 + (fd.o bug#13558) + 2008-04-03 John (J5) Palmieri Patch from Jérémie Dimino -- cgit