summaryrefslogtreecommitdiff
path: root/gio/src/socket.hg
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2010-01-29 15:31:11 +0100
committerMurray Cumming <murrayc@murrayc.com>2010-01-29 15:31:11 +0100
commit47cffeaf740487b50eae7c0da86d2d433872a44b (patch)
treed0ab4e2167554ba6e5006c7d7f711bdc54a9ac2a /gio/src/socket.hg
parent3c0b4ac6c1f608de841397f5ccab0c1ef2c87ba3 (diff)
downloadglibmm-47cffeaf740487b50eae7c0da86d2d433872a44b.tar.gz
Regenerated method .defs. Added a Resolver signal.
* gio/src/gio_enums.defs: Removed GSocketMsgFlags because it contained an #error and the values are non-numeric anyway. * gio/src/gio_methods.defs: Regenerated with h2defs.py * glib/src/glib_functions.defs: Regenerated with h2defs.py, removing badly-generated ones that try to mention function pointers. * gio/src/resolver.hg: Added reload signal.
Diffstat (limited to 'gio/src/socket.hg')
-rw-r--r--gio/src/socket.hg4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/src/socket.hg b/gio/src/socket.hg
index 3f99c598..e89b729f 100644
--- a/gio/src/socket.hg
+++ b/gio/src/socket.hg
@@ -171,7 +171,7 @@ public:
#else
gssize receive_from(Glib::RefPtr<SocketAddress>& address, char* buffer, gsize size, std::auto_ptr<Glib::Error>& error);
#endif //GLIBMM_EXCEPTIONS_ENABLED
- // TODO: wrap receive_message -- figure out this GInputVector thing
+ // TODO: wrap g_socket_receive_message -- figure out this GInputVector thing
// TODO: std::string overload?
_WRAP_METHOD(gssize send(const gchar* buffer, gsize size, const Glib::RefPtr<Cancellable>& cancellable), g_socket_send, errthrow)
@@ -189,7 +189,7 @@ public:
gssize send_to(const Glib::RefPtr<SocketAddress>& address, const char* buffer, gsize size, std::auto_ptr<Glib::Error>& error);
#endif //GLIBMM_EXCEPTIONS_ENABLED
- // TODO: wrap send_message -- figure out this GOutputVector thing
+ // TODO: wrap g_socket_send_message -- figure out this GOutputVector thing
_WRAP_METHOD(void close(), g_socket_close, errthrow)
_WRAP_METHOD(bool is_closed(), g_socket_is_closed)
_WRAP_METHOD(void shutdown(bool shutdown_read, bool shutdown_write), g_socket_shutdown, errthrow)