diff options
author | Murray Cumming <murrayc@murrayc.com> | 2010-09-19 21:52:42 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2010-09-19 21:52:42 +0200 |
commit | d2395ee93ec37ef7ec31944eba0133b2c3db1b56 (patch) | |
tree | 2579c7aff2a1e794be34379859e75f9bc3c11f79 /gio | |
parent | 375b398e24386c5618c1aec033d5ec8ca0d1dc2f (diff) | |
download | glibmm-d2395ee93ec37ef7ec31944eba0133b2c3db1b56.tar.gz |
2.25.5 changes from glibmm-2-26 branch.
Diffstat (limited to 'gio')
-rw-r--r-- | gio/src/gio_enums.defs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/src/gio_enums.defs b/gio/src/gio_enums.defs index ae469ac2..3cc5966c 100644 --- a/gio/src/gio_enums.defs +++ b/gio/src/gio_enums.defs @@ -442,6 +442,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") |