summaryrefslogtreecommitdiff
path: root/gio/src/gio_enums.defs
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2017-04-11 19:33:11 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2017-04-11 19:33:11 +0200
commite8ded6b902ba766dc7bd697f8d379cb4158f7dfd (patch)
treec5411900bcb5b4223b494c2065097188a16cc9dc /gio/src/gio_enums.defs
parent77c00208d07a74f4fdf185feb90017ae959f1763 (diff)
downloadglibmm-e8ded6b902ba766dc7bd697f8d379cb4158f7dfd.tar.gz
Fix build when _WRAP_ENUM generates enum class
Bug 86864
Diffstat (limited to 'gio/src/gio_enums.defs')
-rw-r--r--gio/src/gio_enums.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/src/gio_enums.defs b/gio/src/gio_enums.defs
index 98a79226..33168a08 100644
--- a/gio/src/gio_enums.defs
+++ b/gio/src/gio_enums.defs
@@ -498,7 +498,7 @@
'("busy" "G_IO_ERROR_BUSY" "26")
'("would-block" "G_IO_ERROR_WOULD_BLOCK" "27")
'("host-not-found" "G_IO_ERROR_HOST_NOT_FOUND" "28")
- '("host-not-found" "G_IO_ERROR_HOST_WAS_NOT_FOUND" "28")
+ '("host-was-not-found" "G_IO_ERROR_HOST_WAS_NOT_FOUND" "28")
'("would-merge" "G_IO_ERROR_WOULD_MERGE" "29")
'("failed-handled" "G_IO_ERROR_FAILED_HANDLED" "30")
'("too-many-open-files" "G_IO_ERROR_TOO_MANY_OPEN_FILES" "31")