[glibmm] Add back our custom Gio::HOST_WAS_NOT_FOUND enum value.



commit ca35e1732e1c0fd0e49e86594113215660009510
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Feb 29 09:23:59 2012 +0100

    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.

 ChangeLog              |    7 +++++++
 gio/src/gio_enums.defs |    1 +
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 404f96f..d3d96bd 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 09e07ad..f6e18ec 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")



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