summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2012-02-29 09:23:59 +0100
committerMurray Cumming <murrayc@murrayc.com>2012-02-29 09:23:59 +0100
commitca35e1732e1c0fd0e49e86594113215660009510 (patch)
tree4e6a49ab403c71aa14b35c972ea86fcf5e092c7a
parentfd90d1f8329d7e0840e176ae2e493190cea57521 (diff)
downloadglibmm-ca35e1732e1c0fd0e49e86594113215660009510.tar.gz
Add back our custom Gio::HOST_WAS_NOT_FOUND enum value.
* gio/src/gio_enums.defs: This is easy to lose, but we always notice during make check.
-rw-r--r--ChangeLog7
-rw-r--r--gio/src/gio_enums.defs1
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 404f96f7..d3d96bd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-02-29 Murray Cumming <murrayc@murrayc.com>
+
+ Add back our custom Gio::HOST_WAS_NOT_FOUND enum value.
+
+ * gio/src/gio_enums.defs: This is easy to lose, but we always
+ notice during make check.
+
2012-02-28 José Alburquerque <jaalburquerque@gmail.com>
tools: Add XML docs and defs generation scripts.
diff --git a/gio/src/gio_enums.defs b/gio/src/gio_enums.defs
index 09e07add..f6e18ec0 100644
--- a/gio/src/gio_enums.defs
+++ b/gio/src/gio_enums.defs
@@ -465,6 +465,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")
'("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")