mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
gioenums: G_IO_ERROR_NO_SUCH_DEVICE is new in 2.74
This attribute will produce "deprecation" warnings when using it in code that does not want dependencies on newer GLib versions. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
edcedd86d7
commit
937f9a61cd
@ -579,7 +579,7 @@ typedef enum {
|
||||
G_IO_ERROR_CONNECTION_CLOSED = G_IO_ERROR_BROKEN_PIPE,
|
||||
G_IO_ERROR_NOT_CONNECTED,
|
||||
G_IO_ERROR_MESSAGE_TOO_LARGE,
|
||||
G_IO_ERROR_NO_SUCH_DEVICE,
|
||||
G_IO_ERROR_NO_SUCH_DEVICE GLIB_AVAILABLE_ENUMERATOR_IN_2_74,
|
||||
} GIOErrorEnum;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user