[glibmm] Correct the ChangeLog entry of the last commit.



commit 786943588bbb4f662152ef8cfc11e59d6912e927
Author: José Alburquerque <jaalburqu svn gnome org>
Date:   Mon Sep 13 16:30:45 2010 -0400

    Correct the ChangeLog entry of the last commit.

 ChangeLog                 |    2 +-
 gio/src/dbusconnection.hg |    2 --
 2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8968e0e..dcb612b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,7 @@
 	Renamed the create() method accepting an address instead of an
 	IOStream to create_for_address().  Wrapped
 	create_for_address_finish().  Wrapped pertinent constructors.  Wrapped
-	start_message_processing().
+	get() and get_finish().
 	* gio/src/dbusproxy.{ccg,hg}: Renamed create() accepting a BusType
 	parameter to create_for_bus().  Wrapped create_for_bus_finish().
 
diff --git a/gio/src/dbusconnection.hg b/gio/src/dbusconnection.hg
index a5edd76..b82ac1e 100644
--- a/gio/src/dbusconnection.hg
+++ b/gio/src/dbusconnection.hg
@@ -125,8 +125,6 @@ public:
     DBusConnectionFlags flags, const Glib::RefPtr<DBusAuthObserver>& observer,
     const Glib::RefPtr<Cancellable>& cancellable = Glib::RefPtr<Cancellable>());
 
-  _WRAP_METHOD(void start_message_processing(), g_dbus_connection_start_message_processing)
-
   //TODO: Documentation.
   void close();
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]