diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2018-02-07 17:44:38 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2018-02-07 17:44:38 +0100 |
commit | 2bab6ff520f17707fc0eea2bd436bc9bfb399744 (patch) | |
tree | 9bd75a7ed6b48c3cf9e662219036395d6d57a471 /vapi/gio-2.0.vapi | |
parent | b83e486095588e20a009a74c90e14ab7a96ed5d4 (diff) | |
download | vala-2bab6ff520f17707fc0eea2bd436bc9bfb399744.tar.gz |
vapi: Update GIR-based bindings
Diffstat (limited to 'vapi/gio-2.0.vapi')
-rw-r--r-- | vapi/gio-2.0.vapi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi index 3d05a45b6..fee8e5700 100644 --- a/vapi/gio-2.0.vapi +++ b/vapi/gio-2.0.vapi @@ -1098,8 +1098,9 @@ namespace GLib { public uint16 read_uint16 (GLib.Cancellable? cancellable = null) throws GLib.IOError; public uint32 read_uint32 (GLib.Cancellable? cancellable = null) throws GLib.IOError; public uint64 read_uint64 (GLib.Cancellable? cancellable = null) throws GLib.IOError; + [Version (deprecated = true, deprecated_since = "2.56")] public string read_until (string stop_chars, out size_t length, GLib.Cancellable? cancellable = null) throws GLib.IOError; - [Version (since = "2.20")] + [Version (deprecated = true, deprecated_since = "2.56", since = "2.20")] public async string read_until_async (string stop_chars, int io_priority = GLib.Priority.DEFAULT, GLib.Cancellable? cancellable = null, out size_t length) throws GLib.IOError, GLib.IOError; [Version (since = "2.26")] public string read_upto (string stop_chars, ssize_t stop_chars_len, out size_t length, GLib.Cancellable? cancellable = null) throws GLib.IOError; |