[glibmm] UnixConnection: Remove the const receive_credentials_finish() method.



commit f56f49fedcd50c68a101fd06fb14908ed7bffb44
Author: Josà Alburquerque <jaalburqu svn gnome org>
Date:   Mon Nov 5 00:07:27 2012 -0500

    UnixConnection: Remove the const receive_credentials_finish() method.
    
    	* gio/src/unixconnection.hg: It doesn't make sense and there are no
    	other const *_finish() methods in giomm.  Further, it's not needed for
    	getting a const Credentials.  That's already possible with the
    	existing receive_credentials_finish() method.

 ChangeLog                 |    9 +++++++++
 gio/src/unixconnection.hg |    1 -
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 554efb4..3d46443 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-11-05  Josà Alburquerque  <jaalburquerque gmail com>
+
+	UnixConnection: Remove the const receive_credentials_finish() method.
+
+	* gio/src/unixconnection.hg: It doesn't make sense and there are no
+	other const *_finish() methods in giomm.  Further, it's not needed for
+	getting a const Credentials.  That's already possible with the
+	existing receive_credentials_finish() method.
+
 2012-11-04  Josà Alburquerque  <jaalburquerque gmail com>
 
 	UnixConnection: Add [receive|send]_credentials_[async|finish]().
diff --git a/gio/src/unixconnection.hg b/gio/src/unixconnection.hg
index 65b87ad..25f9c5e 100644
--- a/gio/src/unixconnection.hg
+++ b/gio/src/unixconnection.hg
@@ -69,7 +69,6 @@ public:
   void receive_credentials_async(const SlotAsyncReady& slot);
 
   _WRAP_METHOD(Glib::RefPtr<Credentials> receive_credentials_finish(const Glib::RefPtr<AsyncResult>& result), g_unix_connection_receive_credentials_finish, errthrow)
-  _WRAP_METHOD(Glib::RefPtr<const Credentials> receive_credentials_finish(const Glib::RefPtr<AsyncResult>& result) const, g_unix_connection_receive_credentials_finish, errthrow, constversion)
 
     _WRAP_METHOD(bool send_credentials(const Glib::RefPtr<Cancellable>& cancellable{?}), g_unix_connection_send_credentials, errthrow)
 



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