summaryrefslogtreecommitdiff
path: root/gio/src
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2010-02-05 21:22:19 +0100
committerMurray Cumming <murrayc@murrayc.com>2010-02-05 21:22:19 +0100
commit427658e9eabeacc42087a398d49d018a10dfa427 (patch)
tree61c759adbf334f9b9f3613e7ee8b84315a566088 /gio/src
parent47cffeaf740487b50eae7c0da86d2d433872a44b (diff)
downloadglibmm-427658e9eabeacc42087a398d49d018a10dfa427.tar.gz
Add TODO
Diffstat (limited to 'gio/src')
-rw-r--r--gio/src/socket.hg2
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/src/socket.hg b/gio/src/socket.hg
index e89b729f..ea747e1e 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);