diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2021-02-06 17:40:23 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2021-02-06 17:40:23 +0100 |
commit | 594688f9a946d0ad3b9d2a0fd041f18fd273f324 (patch) | |
tree | c35ded5d6029e8a61329c95dd54c42da0d9a706d /vapi/gio-2.0.vapi | |
parent | def9a2451550c7574c29c6aa75d73288beb0074c (diff) | |
download | vala-594688f9a946d0ad3b9d2a0fd041f18fd273f324.tar.gz |
gio-2.0: Update to 2.67.3
Diffstat (limited to 'vapi/gio-2.0.vapi')
-rw-r--r-- | vapi/gio-2.0.vapi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi index cf91bc498..5c6bda222 100644 --- a/vapi/gio-2.0.vapi +++ b/vapi/gio-2.0.vapi @@ -85,6 +85,12 @@ namespace GLib { [Version (since = "2.26")] public static unowned string? annotation_info_lookup ([CCode (array_length = false, array_null_terminated = true)] GLib.DBusAnnotationInfo[]? annotations, string name); [CCode (cheader_filename = "gio/gio.h")] + [Version (since = "2.68")] + public static string escape_object_path (string s); + [CCode (cheader_filename = "gio/gio.h")] + [Version (since = "2.68")] + public static string escape_object_path_bytestring ([CCode (array_length = false, array_null_terminated = true)] uint8[] bytes); + [CCode (cheader_filename = "gio/gio.h")] [Version (since = "2.26")] public static string generate_guid (); [CCode (cheader_filename = "gio/gio.h")] @@ -114,6 +120,9 @@ namespace GLib { [CCode (cheader_filename = "gio/gio.h")] [Version (since = "2.26")] public static bool is_unique_name (string string); + [CCode (array_length = false, array_null_terminated = true, cheader_filename = "gio/gio.h")] + [Version (since = "2.68")] + public static unowned uint8[]? unescape_object_path (string s); } namespace FileAttribute { [CCode (cheader_filename = "gio/gio.h", cname = "G_FILE_ATTRIBUTE_ACCESS_CAN_DELETE")] |