summaryrefslogtreecommitdiff
path: root/gio/src/gio_enums.defs
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-11-20 12:26:53 +0100
committerMurray Cumming <murrayc@murrayc.com>2015-11-23 10:06:34 +0100
commit19f25259609446cc852d2aac1fbf7f9123e9e5b9 (patch)
tree1850a6226ec82a1db11e1c2ce8e1ed859e3568c7 /gio/src/gio_enums.defs
parent53a70ee037ac16c4d450049ce4217cf6af175933 (diff)
downloadglibmm-19f25259609446cc852d2aac1fbf7f9123e9e5b9.tar.gz
Regenerate GIO .defs.
Diffstat (limited to 'gio/src/gio_enums.defs')
-rw-r--r--gio/src/gio_enums.defs4
1 files changed, 3 insertions, 1 deletions
diff --git a/gio/src/gio_enums.defs b/gio/src/gio_enums.defs
index b7733934..7eab51f7 100644
--- a/gio/src/gio_enums.defs
+++ b/gio/src/gio_enums.defs
@@ -461,7 +461,8 @@
;; G_IO_ERROR_PROXY_NOT_ALLOWED,
;; G_IO_ERROR_BROKEN_PIPE,
;; G_IO_ERROR_CONNECTION_CLOSED = G_IO_ERROR_BROKEN_PIPE,
-;; G_IO_ERROR_NOT_CONNECTED
+;; G_IO_ERROR_NOT_CONNECTED,
+;; G_IO_ERROR_MESSAGE_TOO_LARGE,
;; } GIOErrorEnum;
(define-enum-extended IOErrorEnum
@@ -516,6 +517,7 @@
'("broken-pipe" "G_IO_ERROR_BROKEN_PIPE" "44")
'("connection-closed" "G_IO_ERROR_CONNECTION_CLOSED" "44")
'("not-connected" "G_IO_ERROR_NOT_CONNECTED" "45")
+ '("message-too-large" "G_IO_ERROR_MESSAGE_TOO_LARGE" "46")
)
)