[gtksourceview] Rename typebuiltins -> enumtypes, fix remaining occurrences in uppercase



commit c31c458ac763c5ef85a35caca6d6b00bc17a7311
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Jun 17 21:43:59 2016 +0200

    Rename typebuiltins -> enumtypes, fix remaining occurrences in uppercase

 build/win32/gen-enums.batin |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/build/win32/gen-enums.batin b/build/win32/gen-enums.batin
index 4b591ba..5280e94 100644
--- a/build/win32/gen-enums.batin
+++ b/build/win32/gen-enums.batin
@@ -24,9 +24,9 @@ call perl %1\bin\glib-mkenums ^
 &1> gtksourceview-enumtypes.c
 
 call perl %1\bin\glib-mkenums ^
---fhead "#ifndef GTKSOURCEVIEW_TYPEBUILTINS_H\n" ^
---fhead "#define GTKSOURCEVIEW_TYPEBUILTINS_H\n\n" ^
---ftail "#endif /* GTKSOURCEVIEW_TYPEBUILTINS_H */\n" ^
+--fhead "#ifndef GTKSOURCEVIEW_ENUMTYPES_H\n" ^
+--fhead "#define GTKSOURCEVIEW_ENUMTYPES_H\n\n" ^
+--ftail "#endif /* GTKSOURCEVIEW_ENUMTYPES_H */\n" ^
 --fprod "#include <gtksourceview/@filename@>\n" ^
 --eprod "G_BEGIN_DECLS\n" ^
 --eprod "#define GTK_TYPE_ ENUMSHORT@ @enum_name _get_type()\n" ^


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]