[vala/0.48] gio-2.0: Pick up missing invoker for some AppInfo/File.*() methods
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.48] gio-2.0: Pick up missing invoker for some AppInfo/File.*() methods
- Date: Sun, 28 Feb 2021 17:26:26 +0000 (UTC)
commit cb9845a21f8ec47f7ed80a09e4d2d88a15928e7b
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sat Jan 30 13:03:44 2021 +0100
gio-2.0: Pick up missing invoker for some AppInfo/File.*() methods
vapi/gio-2.0.vapi | 5 -----
vapi/metadata/Gio-2.0.metadata | 3 ---
2 files changed, 8 deletions(-)
---
diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi
index 7642eba1c..d9aeb4189 100644
--- a/vapi/gio-2.0.vapi
+++ b/vapi/gio-2.0.vapi
@@ -3323,14 +3323,12 @@ namespace GLib {
public abstract bool equal (GLib.AppInfo appinfo2);
public static GLib.List<GLib.AppInfo> get_all ();
public static GLib.List<GLib.AppInfo> get_all_for_type (string content_type);
- [NoWrapper]
public abstract unowned string get_commandline ();
public static GLib.AppInfo get_default_for_type (string content_type, bool must_support_uris);
public static GLib.AppInfo get_default_for_uri_scheme (string uri_scheme);
public abstract unowned string get_description ();
[Version (since = "2.24")]
public abstract unowned string get_display_name ();
- [NoWrapper]
public abstract unowned string get_executable ();
[Version (since = "2.28")]
public static GLib.List<GLib.AppInfo> get_fallback_for_type (string content_type);
@@ -3593,15 +3591,12 @@ namespace GLib {
public abstract bool equal (GLib.File file2);
public abstract GLib.Mount find_enclosing_mount (GLib.Cancellable? cancellable = null) throws
GLib.Error;
public virtual async GLib.Mount find_enclosing_mount_async (int io_priority =
GLib.Priority.DEFAULT, GLib.Cancellable? cancellable = null) throws GLib.Error;
- [NoWrapper]
public abstract string? get_basename ();
public GLib.File get_child (string name);
public abstract GLib.File get_child_for_display_name (string display_name) throws GLib.Error;
public abstract GLib.File? get_parent ();
public abstract string get_parse_name ();
- [NoWrapper]
public abstract string? get_path ();
- [NoWrapper]
public abstract string? get_relative_path (GLib.File descendant);
public abstract string get_uri ();
public abstract string get_uri_scheme ();
diff --git a/vapi/metadata/Gio-2.0.metadata b/vapi/metadata/Gio-2.0.metadata
index ee51c5104..51c5e7079 100644
--- a/vapi/metadata/Gio-2.0.metadata
+++ b/vapi/metadata/Gio-2.0.metadata
@@ -262,9 +262,6 @@ File
.copy_async skip
.copy_finish skip
.copy*.progress_callback default=null
- .get_basename nullable
- .get_path nullable
- .get_relative_path nullable
.load_partial_contents_async skip
.load_partial_contents_finish skip
.move.progress_callback default=null
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]