summaryrefslogtreecommitdiff
path: root/gio/src/socketconnection.hg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/socketconnection.hg')
-rw-r--r--gio/src/socketconnection.hg3
1 files changed, 0 insertions, 3 deletions
diff --git a/gio/src/socketconnection.hg b/gio/src/socketconnection.hg
index f1543869..5ac0b2d6 100644
--- a/gio/src/socketconnection.hg
+++ b/gio/src/socketconnection.hg
@@ -1,5 +1,3 @@
-// -*- Mode: C++; indent-tabs-mode: nil; c-basic-offset: 2 -*-
-
/* Copyright (C) 2010 Jonathon Jongsma
*
* This library is free software; you can redistribute it and/or
@@ -52,7 +50,6 @@ namespace Gio
class SocketConnection : public Gio::IOStream
{
_CLASS_GOBJECT(SocketConnection, GSocketConnection, G_SOCKET_CONNECTION, Gio::IOStream, GIOStream)
- _IGNORE(g_socket_connection_set_cached_remote_address) dnl// private method
public:
_WRAP_METHOD(bool connect(const Glib::RefPtr<SocketAddress>& address, const Glib::RefPtr<Cancellable>& cancellable{?}), g_socket_connection_connect, errthrow)