summaryrefslogtreecommitdiff
path: root/gio/src/inetaddress.hg
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2015-04-27 09:35:22 +0200
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2015-04-27 09:35:22 +0200
commitf23d78236a236ec8206236d5e43a250ac828116a (patch)
tree4166fd4eace97d7bd1f7a056077c23a80ddaad50 /gio/src/inetaddress.hg
parentedcd9742851215c09affdb527c54a2f2636d574a (diff)
downloadglibmm-f23d78236a236ec8206236d5e43a250ac828116a.tar.gz
Gio::InetAddress, MemoryOutputStream: Add some _IGNORE
* gio/src/inetaddress.hg: Ignore g_inet_address_mask_new(). gmmproc does not understand that it belongs to GInetAddressMask. * gio/src/memoryoutputstream.hg: Ignore the destroy-function and realloc-function properties.
Diffstat (limited to 'gio/src/inetaddress.hg')
-rw-r--r--gio/src/inetaddress.hg3
1 files changed, 1 insertions, 2 deletions
diff --git a/gio/src/inetaddress.hg b/gio/src/inetaddress.hg
index 10a66e7a..6dd44671 100644
--- a/gio/src/inetaddress.hg
+++ b/gio/src/inetaddress.hg
@@ -1,5 +1,3 @@
-// -*- Mode: C++; indent-tabs-mode: nil; c-basic-offset: 2 -*-
-
/* Copyright (C) 2009 jonathon jongsma
*
* This library is free software; you can redistribute it and/or
@@ -47,6 +45,7 @@ class InetAddress
protected:
_WRAP_CTOR(InetAddress(const guint8 *bytes, SocketFamily family), g_inet_address_new_from_bytes)
+ _IGNORE(g_inet_address_mask_new)dnl// Belongs to GInetAddressMask.
public:
static Glib::RefPtr<InetAddress> create(const Glib::ustring& string);