[pygobject] pygi-convert: Remove incorrect conversions



commit a39dfb68238f2d6350cd79e35ba1c7aae88ccf9b
Author: Sander Sweers <infirit gmail com>
Date:   Mon Jul 2 18:40:35 2018 +0000

    pygi-convert: Remove incorrect conversions

 tools/pygi-convert.sh | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/tools/pygi-convert.sh b/tools/pygi-convert.sh
index 43af6621..f09197ce 100755
--- a/tools/pygi-convert.sh
+++ b/tools/pygi-convert.sh
@@ -213,8 +213,6 @@ for f in $FILES_TO_CONVERT; do
     -pe "#s/(?<!\.)glib\./GLib\./g;" \
     -pe "#s/GLib.IO_(ERR|HUP|IN|NVAL|OUT|PRI)/GLib.IOCondition./g;" \
     -pe "#s/GLib.IO_FLAG_/GLib.IOFlags./g;" \
-    -pe "#s/GLib.IO_STATUS_/GLib.IOStatus./g;" \
-    -pe "#s/GLib.OPTION_ERROR_/GLib.OptionError./g;" \
     -pe "#s/GLib.OPTION_FLAG_/GLib.OptionFlags./g;" \
     -pe "#s/GLib.SPAWN_/GLib.SpawnFlags./g;" \
     -pe "#s/GLib.USER_DIRECTORY_/GLib.UserDirectory.DIRECTORY_/g;" \


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