[glibmm] Add TODO



commit 427658e9eabeacc42087a398d49d018a10dfa427
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Feb 5 21:22:19 2010 +0100

    Add TODO

 gio/src/socket.hg |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gio/src/socket.hg b/gio/src/socket.hg
index e89b729..ea747e1 100644
--- a/gio/src/socket.hg
+++ b/gio/src/socket.hg
@@ -133,6 +133,7 @@ public:
                                              cancellable = Glib::RefPtr<Cancellable>());
 #endif //GLIBMM_EXCEPTIONS_ENABLED
 
+  //TODO: Writecusotm documetation, mentioning, for instance, the exception, instead of a bool return.
   _WRAP_METHOD(void bind(const Glib::RefPtr<SocketAddress>& address, bool allow_reuse), g_socket_bind, errthrow)
   _WRAP_METHOD(void listen(), g_socket_listen, errthrow)
   _WRAP_METHOD(Glib::RefPtr<Socket> accept(const Glib::RefPtr<Cancellable>& cancellable), g_socket_accept, errthrow)
@@ -142,6 +143,7 @@ public:
   Glib::RefPtr<Socket> accept(std::auto_ptr<Glib::Error>& error);
 #endif //GLIBMM_EXCEPTIONS_ENABLED
 
+  //TODO: Writecusotm documetation, mentioning, for instance, the exception, instead of a bool return.
   _WRAP_METHOD(void connect(const Glib::RefPtr<SocketAddress>& address, const Glib::RefPtr<Cancellable>& cancellable), g_socket_connect, errthrow)
 #ifdef GLIBMM_EXCEPTIONS_ENABLED
   void connect(const Glib::RefPtr<SocketAddress>& address);



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