summaryrefslogtreecommitdiff
path: root/gio/src/gio_enums.defs
diff options
context:
space:
mode:
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")
)
)