[glibmm] gio/src/fileattributeinfo.hg: Remove NO_GTYPE from _WRAP_ENUMs
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] gio/src/fileattributeinfo.hg: Remove NO_GTYPE from _WRAP_ENUMs
- Date: Fri, 31 Jan 2014 14:20:00 +0000 (UTC)
commit 728730eeacf02cf5160e9f122c96bfb0541475a3
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date: Fri Jan 31 15:14:45 2014 +0100
gio/src/fileattributeinfo.hg: Remove NO_GTYPE from _WRAP_ENUMs
* gio/src/fileattributeinfo.hg: A comment said that NO_GTYPE was necessary
because gmmproc generated the wrong name for the _get_type() functions.
That was fixed in tools/m4/base.m4 on 2009-03-19 by commit
https://git.gnome.org/browse/glibmm/commit/?id=2343e537edae800a2969d57ec49cb58585b3de22
Probably many more NO_GTYPE can be removed in glibmm.
gio/src/fileattributeinfo.hg | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/gio/src/fileattributeinfo.hg b/gio/src/fileattributeinfo.hg
index 710e153..7d5c92b 100644
--- a/gio/src/fileattributeinfo.hg
+++ b/gio/src/fileattributeinfo.hg
@@ -26,11 +26,9 @@ _DEFS(giomm,gio)
namespace Gio
{
-//TODO: Fix the need for NO_GTYPE.
-//It guesses gfile_attribute_type_get_type() instead of g_file_attribute_type_get_type(). murrayc.
-_WRAP_ENUM(FileAttributeType, GFileAttributeType, NO_GTYPE)
-_WRAP_ENUM(FileAttributeInfoFlags, GFileAttributeInfoFlags, NO_GTYPE)
-_WRAP_ENUM(FileAttributeStatus, GFileAttributeStatus, NO_GTYPE)
+_WRAP_ENUM(FileAttributeType, GFileAttributeType)
+_WRAP_ENUM(FileAttributeInfoFlags, GFileAttributeInfoFlags)
+_WRAP_ENUM(FileAttributeStatus, GFileAttributeStatus)
/** Information about a specific attribute - see FileAttributeInfoList.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]