[glibmm] Gio::InetAddress, MemoryOutputStream: Add some _IGNORE
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] Gio::InetAddress, MemoryOutputStream: Add some _IGNORE
- Date: Mon, 27 Apr 2015 07:40:59 +0000 (UTC)
commit f23d78236a236ec8206236d5e43a250ac828116a
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date: Mon Apr 27 09:35:22 2015 +0200
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.
gio/src/inetaddress.hg | 3 +--
gio/src/memoryoutputstream.hg | 5 +----
2 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/gio/src/inetaddress.hg b/gio/src/inetaddress.hg
index 10a66e7..6dd4467 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);
diff --git a/gio/src/memoryoutputstream.hg b/gio/src/memoryoutputstream.hg
index bb6cccb..8f08c03 100644
--- a/gio/src/memoryoutputstream.hg
+++ b/gio/src/memoryoutputstream.hg
@@ -1,5 +1,3 @@
-// -*- Mode: C++; indent-tabs-mode: nil; c-basic-offset: 2 -*-
-
/* Copyright (C) 2008 The gtkmm Development Team
*
* This library is free software; you can redistribute it and/or
@@ -70,10 +68,9 @@ public:
_WRAP_PROPERTY("data", void*)
_WRAP_PROPERTY("data-size", gulong)
- //Too C-like: _WRAP_PROPERTY("destroy-function", void*)
- //Too C-like: _WRAP_PROPERTY("realloc-function" gpointer : Read / Write / Construct
Only
_WRAP_PROPERTY("size", gulong)
+ _IGNORE_PROPERTY(destroy-function, realloc-function)dnl// Too C-like
};
} // namespace Gio
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]