From a81e5198454824412a0cb6ca9592d8a2b6274ace Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Tue, 18 Apr 2017 12:49:30 +0200 Subject: Gio::File: Move some flags enums into the class. --- tools/m4/convert_gio.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/m4/convert_gio.m4') 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) -- cgit v1.2.1