summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2014-01-31 15:14:45 +0100
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2014-01-31 15:14:45 +0100
commit728730eeacf02cf5160e9f122c96bfb0541475a3 (patch)
tree3d94e5770b0520c43768c90ca78de8c1a5a408be
parent693264ac279866054673a015caa277e3db024b1b (diff)
downloadglibmm-728730eeacf02cf5160e9f122c96bfb0541475a3.tar.gz
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.
-rw-r--r--gio/src/fileattributeinfo.hg8
1 files changed, 3 insertions, 5 deletions
diff --git a/gio/src/fileattributeinfo.hg b/gio/src/fileattributeinfo.hg
index 710e1534..7d5c92bc 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.