diff options
author | José Alburquerque <jaalburqu@svn.gnome.org> | 2010-11-14 19:39:56 -0500 |
---|---|---|
committer | José Alburquerque <jaalburqu@svn.gnome.org> | 2010-11-14 19:39:56 -0500 |
commit | 80a3a24529264df735b2eaf8414ffad072e0ad6f (patch) | |
tree | 6b505fa7867cf4544167c50ec4807f954b18cae1 /gio/src/socketcontrolmessage.hg | |
parent | bffb7ceaeea7af2e06394850d8862a089671b5d5 (diff) | |
download | glibmm-80a3a24529264df735b2eaf8414ffad072e0ad6f.tar.gz |
Correct @newin{}'s and add class docs of newly added API.
* gio/src/application.hg:
* gio/src/asyncinitable.hg:
* gio/src/credentials.hg:
* gio/src/dbusauthobserver.hg:
* gio/src/dbusconnection.hg:
* gio/src/dbuserror.hg:
* gio/src/dbusintrospection.hg:
* gio/src/dbusmessage.hg:
* gio/src/dbusmethodinvocation.hg:
* gio/src/dbusownname.hg:
* gio/src/dbusproxy.hg:
* gio/src/dbusserver.hg:
* gio/src/dbusutils.hg:
* gio/src/dbuswatchname.hg:
* gio/src/unixcredentialsmessage.hg:
* gio/src/unixfdlist.hg:
* gio/src/unixfdmessage.hg: Correct @newin{}'s from 2.26 to 2.28.
* gio/src/proxy.hg:
* gio/src/proxyaddress.hg:
* gio/src/proxyresolver.hg: Add class docs.
* gio/src/unixsocketaddress.hg: Add to Doxygen group NetorkIO.
* gio/src/socketcontrolmessage.hg: Rephrase a TODO.
Diffstat (limited to 'gio/src/socketcontrolmessage.hg')
-rw-r--r-- | gio/src/socketcontrolmessage.hg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gio/src/socketcontrolmessage.hg b/gio/src/socketcontrolmessage.hg index eb381361..fc290e9c 100644 --- a/gio/src/socketcontrolmessage.hg +++ b/gio/src/socketcontrolmessage.hg @@ -45,7 +45,7 @@ namespace Gio * registered with the GType typesystem before calling * Gio::Socket::receive() to read such a message. * - * @newin{2,26} + * @newin{2,28} */ class SocketControlMessage : public Glib::Object { @@ -61,8 +61,8 @@ public: _WRAP_METHOD(gsize get_size() const, g_socket_control_message_get_size) _WRAP_METHOD(void serialize(gpointer data), g_socket_control_message_serialize) - // The deserialize vfunc does not have a GSocketControlMessage for its first - // parameter so it is difficult to wrap. + //TODO: The deserialize vfunc does not have a GSocketControlMessage for its + //first parameter so it is difficult to wrap. //_WRAP_VFUNC(Glib::RefPtr<SocketControlMessage> deserialize(int level, int type, gsize size, gpointer data), "deserialize") _WRAP_VFUNC(gsize get_size() const, "get_size") |