summaryrefslogtreecommitdiff
path: root/tools/m4/convert_gio.m4
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2017-04-18 12:49:30 +0200
committerMurray Cumming <murrayc@murrayc.com>2017-04-18 21:32:02 +0200
commita81e5198454824412a0cb6ca9592d8a2b6274ace (patch)
tree84550c7c64dd3b4b8477d263c4868fcfd0a63d3f /tools/m4/convert_gio.m4
parentc6f285b723663222d4cf8d29e1cd6ce35a69bafc (diff)
downloadglibmm-a81e5198454824412a0cb6ca9592d8a2b6274ace.tar.gz
Gio::File: Move some flags enums into the class.
Diffstat (limited to 'tools/m4/convert_gio.m4')
-rw-r--r--tools/m4/convert_gio.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/m4/convert_gio.m4 b/tools/m4/convert_gio.m4
index 7a7e8b3b..15ce5fd5 100644
--- a/tools/m4/convert_gio.m4
+++ b/tools/m4/convert_gio.m4
@@ -49,8 +49,8 @@ _CONV_GIO_INCLASS_ENUM(Emblem,Origin)
_CONV_GIO_INCLASS_ENUM(FileAttributeInfo,Flags)
_CONV_GIO_ENUM(FileAttributeStatus)
_CONV_GIO_ENUM(FileAttributeType)
-_CONV_GIO_ENUM(FileCopyFlags)
-_CONV_GIO_ENUM(FileCreateFlags)
+_CONV_GIO_INCLASS_ENUM(FileCopy,Flags)
+_CONV_GIO_INCLASS_ENUM(FileCreate,Flags)
_CONV_GIO_INCLASS_ENUM(FileMonitor,Event)
_CONV_GIO_INCLASS_ENUM(FileMonitor,Flags)
_CONV_GIO_ENUM(FileQueryInfoFlags)