summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-01-09 18:55:36 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2021-01-09 18:55:36 +0100
commitd3f6c96c4fb61cd1dad130eb180741e720c5dc70 (patch)
tree9a486f0d11995145361bdf0d9c162c736c764d09
parent801d0b593cf78956a06a6b6593f06d1ddf9caf3e (diff)
downloadvala-d3f6c96c4fb61cd1dad130eb180741e720c5dc70.tar.gz
gio-2.0: Update to 2.67.2+46097e9b
-rw-r--r--vapi/gio-2.0.vapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi
index 2f9c2a1d1..0ac21c284 100644
--- a/vapi/gio-2.0.vapi
+++ b/vapi/gio-2.0.vapi
@@ -3623,7 +3623,7 @@ namespace GLib {
[NoWrapper]
public abstract string? get_relative_path (GLib.File descendant);
public abstract string get_uri ();
- public abstract string get_uri_scheme ();
+ public abstract string? get_uri_scheme ();
[Version (since = "2.24")]
public bool has_parent (GLib.File? parent);
[CCode (vfunc_name = "prefix_matches")]