From: Evan Nemerson Date: Thu, 12 Jan 2012 09:03:09 +0000 (-0800) Subject: gio-2.0: remove obsolete gio-2.0 GIDL data X-Git-Tag: 0.15.1~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71cab952e34c3ab9649382de13b8d9bed73a8abe;p=thirdparty%2Fvala.git gio-2.0: remove obsolete gio-2.0 GIDL data --- diff --git a/vapi/packages/gio-2.0/gio-2.0-custom.vala b/vapi/packages/gio-2.0/gio-2.0-custom.vala deleted file mode 100644 index 1d7a4b5f2..000000000 --- a/vapi/packages/gio-2.0/gio-2.0-custom.vala +++ /dev/null @@ -1,123 +0,0 @@ -/* gtk+-2.0.vala - * - * Copyright (C) 2008 Jared Moore - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - * Author: - * Jared Moore - */ - -namespace GLib { - [Compact] - [CCode (cname = "GIOExtension")] - public class IOExtension { - public extern Type get_type (); - } - - [CCode (cname = "GFile")] - public interface File : Object { - [CCode (vfunc_name = "monitor_dir")] - public abstract GLib.FileMonitor monitor_directory (GLib.FileMonitorFlags flags, GLib.Cancellable? cancellable = null) throws GLib.IOError; - public abstract GLib.FileMonitor monitor_file (GLib.FileMonitorFlags flags, GLib.Cancellable? cancellable = null) throws GLib.IOError; - } - - [Compact] - [CCode (cname = "GSource", ref_function = "g_source_ref", unref_function = "g_source_unref")] - public class SocketSource : GLib.Source { - [CCode (cname = "g_source_set_callback")] - public void set_callback ([CCode (type = "GSourceFunc")] owned SocketSourceFunc func); - } - - [CCode (cname = "g_file_hash", cheader_filename = "gio/gio.h")] - public static GLib.HashFunc file_hash; - [CCode (cname = "g_file_equal", cheader_filename = "gio/gio.h")] - public static GLib.EqualFunc file_equal; - - [CCode (cname = "GApplication")] - public class Application { - [CCode (cname = "g_application_quit_with_data")] - public bool quit (GLib.Variant? platform_data = null); - } - - [CCode (cheader_filename = "gio/gio.h")] - namespace Bus { - public async GLib.DBusConnection get (GLib.BusType bus_type, GLib.Cancellable? cancellable = null) throws GLib.IOError; - public GLib.DBusConnection get_sync (GLib.BusType bus_type, GLib.Cancellable? cancellable = null) throws GLib.IOError; - public async T get_proxy (GLib.BusType bus_type, string name, string object_path, GLib.DBusProxyFlags flags = 0, GLib.Cancellable? cancellable = null) throws GLib.IOError; - public T get_proxy_sync (GLib.BusType bus_type, string name, string object_path, GLib.DBusProxyFlags flags = 0, GLib.Cancellable? cancellable = null) throws GLib.IOError; - [CCode (cname = "g_bus_own_name_with_closures")] - public uint own_name (GLib.BusType bus_type, string name, GLib.BusNameOwnerFlags flags, [CCode (type = "GClosure*")] owned GLib.BusAcquiredCallback? bus_acquired_handler = null, [CCode (type = "GClosure*")] owned GLib.BusNameAcquiredCallback? name_acquired_handler = null, [CCode (type = "GClosure*")] owned GLib.BusNameLostCallback? name_lost_handler = null); - [CCode (cname = "g_bus_own_name_on_connection_with_closures")] - public uint own_name_on_connection (GLib.DBusConnection connection, string name, GLib.BusNameOwnerFlags flags, [CCode (type = "GClosure*")] owned GLib.BusNameAcquiredCallback? name_acquired_handler = null, [CCode (type = "GClosure*")] owned GLib.BusNameLostCallback? name_lost_handler = null); - public void unown_name (uint owner_id); - public void unwatch_name (uint watcher_id); - [CCode (cname = "g_bus_watch_name_with_closures")] - public uint watch_name (GLib.BusType bus_type, string name, GLib.BusNameWatcherFlags flags, [CCode (type = "GClosure*")] owned GLib.BusNameAppearedCallback? name_appeared_handler, [CCode (type = "GClosure*")] owned GLib.BusNameVanishedCallback? name_vanished_handler); - [CCode (cname = "g_bus_watch_name_on_connection_with_closures")] - public uint watch_name_on_connection (GLib.DBusConnection connection, string name, GLib.BusNameWatcherFlags flags, [CCode (type = "GClosure*")] owned GLib.BusNameAppearedCallback? name_appeared_handler, [CCode (type = "GClosure*")] owned GLib.BusNameVanishedCallback? name_vanished_handler); - } - - [CCode (cname = "GDBusConnection")] - public class DBusConnection { - public async T get_proxy (string? name, string object_path, GLib.DBusProxyFlags flags = 0, GLib.Cancellable? cancellable = null) throws GLib.IOError; - public T get_proxy_sync (string? name, string object_path, GLib.DBusProxyFlags flags = 0, GLib.Cancellable? cancellable = null) throws GLib.IOError; - public uint register_object (string object_path, T object) throws GLib.IOError; - } - [Deprecated (since = "vala-0.12", replacement = "GLib.ContentType.can_be_executable")] - [CCode (cname = "g_content_type_can_be_executable", cheader_filename = "gio/gio.h")] - public static bool g_content_type_can_be_executable (string type); - [Deprecated (since = "vala-0.12", replacement = "GLib.ContentType.equals")] - [CCode (cname = "g_content_type_equals", cheader_filename = "gio/gio.h")] - public static bool g_content_type_equals (string type1, string type2); - [Deprecated (since = "vala-0.12", replacement = "GLib.ContentType.from_mime_type")] - [CCode (cname = "g_content_type_from_mime_type", cheader_filename = "gio/gio.h")] - public static string? g_content_type_from_mime_type (string mime_type); - [Deprecated (since = "vala-0.12", replacement = "GLib.ContentType.get_description")] - [CCode (cname = "g_content_type_get_description", cheader_filename = "gio/gio.h")] - public static string g_content_type_get_description (string type); - [Deprecated (since = "vala-0.12", replacement = "GLib.ContentType.get_icon")] - [CCode (cname = "g_content_type_get_icon", cheader_filename = "gio/gio.h")] - public static GLib.Icon g_content_type_get_icon (string type); - [Deprecated (since = "vala-0.12", replacement = "GLib.ContentType.get_mime_type")] - [CCode (cname = "g_content_type_get_mime_type", cheader_filename = "gio/gio.h")] - public static string? g_content_type_get_mime_type (string type); - [Deprecated (since = "vala-0.12", replacement = "GLib.ContentType.guess")] - [CCode (cname = "g_content_type_guess", cheader_filename = "gio/gio.h")] - public static string g_content_type_guess (string filename, uchar[] data, out bool result_uncertain); - [Deprecated (since = "vala-0.12", replacement = "GLib.ContentType.guess_for_tree")] - [CCode (cname = "g_content_type_guess_for_tree", cheader_filename = "gio/gio.h")] - public static string g_content_type_guess_for_tree (GLib.File root); - [Deprecated (since = "vala-0.12", replacement = "GLib.ContentType.is_a")] - [CCode (cname = "g_content_type_is_a", cheader_filename = "gio/gio.h")] - public static bool g_content_type_is_a (string type, string supertype); - [Deprecated (since = "vala-0.12", replacement = "GLib.ContentType.is_unknown")] - [CCode (cname = "g_content_type_is_unknown", cheader_filename = "gio/gio.h")] - public static bool g_content_type_is_unknown (string type); - - [CCode (cheader_filename = "gio/gunixfdlist.h")] - public class UnixFDList : GLib.Object { - public UnixFDList (); - public UnixFDList.from_array (int[] fds); - public int length { get; } - public int get (int index) throws GLib.IOError; - public unowned int[] peek_fds (); - public int[] steal_fds (); - public int append (int fd) throws GLib.IOError; - } - - public delegate void SimpleActionActivateCallback (SimpleAction action, Variant? parameter); - public delegate void SimpleActionChangeStateCallback (SimpleAction action, Variant value); -} diff --git a/vapi/packages/gio-2.0/gio-2.0.defines b/vapi/packages/gio-2.0/gio-2.0.defines deleted file mode 100644 index 4ecaa5c69..000000000 --- a/vapi/packages/gio-2.0/gio-2.0.defines +++ /dev/null @@ -1 +0,0 @@ --DGIO_COMPILATION diff --git a/vapi/packages/gio-2.0/gio-2.0.excludes b/vapi/packages/gio-2.0/gio-2.0.excludes deleted file mode 100644 index defcc86dd..000000000 --- a/vapi/packages/gio-2.0/gio-2.0.excludes +++ /dev/null @@ -1 +0,0 @@ -include/glib-2.0/gio/gsettingsbackend.h diff --git a/vapi/packages/gio-2.0/gio-2.0.files b/vapi/packages/gio-2.0/gio-2.0.files deleted file mode 100644 index 26ed8d392..000000000 --- a/vapi/packages/gio-2.0/gio-2.0.files +++ /dev/null @@ -1,2 +0,0 @@ -include/glib-2.0/gio -lib/libgio-2.0.so diff --git a/vapi/packages/gio-2.0/gio-2.0.gi b/vapi/packages/gio-2.0/gio-2.0.gi deleted file mode 100644 index 2b864ef71..000000000 --- a/vapi/packages/gio-2.0/gio-2.0.gi +++ /dev/null @@ -1,14989 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/vapi/packages/gio-2.0/gio-2.0.metadata b/vapi/packages/gio-2.0/gio-2.0.metadata deleted file mode 100644 index 10b54639a..000000000 --- a/vapi/packages/gio-2.0/gio-2.0.metadata +++ /dev/null @@ -1,517 +0,0 @@ -GLib cprefix="G" lower_case_cprefix="g_" cheader_filename="gio/gio.h" gir_namespace="Gio" gir_version="2.0" -g_app_info_create_from_commandline.application_name nullable="1" -g_app_info_get_all type_arguments="AppInfo" transfer_ownership="1" -g_app_info_get_all_for_type type_arguments="AppInfo" transfer_ownership="1" -g_app_info_launch.envp is_array="1" -g_app_info_launch.launch_context nullable="1" -g_app_info_launch_default_for_uri.launch_context nullable="1" -g_app_info_launch_uris.envp is_array="1" -g_app_launch_context_get_display transfer_ownership="1" -g_app_launch_context_get_display.files type_arguments="File" -g_app_launch_context_get_startup_notify_id transfer_ownership="1" -g_app_launch_context_get_startup_notify_id.files type_arguments="File" -g_application_command_line_print ellipsis="1" printf_format="1" -g_application_command_line_printerr ellipsis="1" printf_format="1" -GAsyncReadyCallback.source_object nullable="1" -g_async_initable_init_async virtual="1" -g_async_initable_new_async transfer_ownership="1" -g_async_initable_new_async.cancellable nullable="1" -g_buffered_input_stream_peek.buffer type_name="uint8" is_array="1" array_length_pos="2.9" array_length_type="gsize" -g_buffered_input_stream_peek.count hidden="1" -g_buffered_input_stream_peek.offset default_value="0" -g_buffered_input_stream_peek_buffer type_name="uint8" is_array="1" array_length_type="gsize" -g_buffered_input_stream_peek_buffer.count hidden="1" -GCancellableSourceFunc.cancellable nullable="1" -g_cancellable_get_current nullable="1" -g_content_type_can_be_executable parent="ContentType" -g_content_type_equals parent="ContentType" -g_content_type_from_mime_type parent="ContentType" transfer_ownership="1" nullable="1" -g_content_type_get_* parent="ContentType" transfer_ownership="1" -g_content_type_guess* parent="ContentType" transfer_ownership="1" -g_content_type_guess.filename nullable="1" -g_content_type_guess.data nullable="1" -g_content_type_guess.data_size hidden="1" -g_content_type_guess.result_uncertain is_out="1" -g_content_type_guess_for_tree parent="ContentType" transfer_ownership="1" is_array="1" no_array_length="1" array_null_terminated="1" transfer_ownership="1" -g_content_type_is_* parent="ContentType" -g_content_type_get_mime_type parent="ContentType" transfer_ownership="1" nullable="1" -g_content_types_get_registered type_arguments="string" transfer_ownership="1" -g_converter_convert.inbuf type_name="uint8" is_array="1" array_length_type="gsize" -g_converter_convert.inbuf_size hidden="1" -g_converter_convert.outbuf type_name="uint8" is_array="1" array_length_type="gsize" -g_converter_convert.outbuf_size hidden="1" -g_converter_convert.bytes_read is_out="1" -g_converter_convert.bytes_written is_out="1" -g_data_input_stream_read_byte error_types="IOError" -g_data_input_stream_read_int* error_types="IOError" -g_data_input_stream_read_uint* error_types="IOError" -g_data_input_stream_read_line nullable="1" transfer_ownership="1" error_types="IOError" -g_data_input_stream_read_line.length is_out="1" -g_data_input_stream_read_line_finish nullable="1" transfer_ownership="1" error_types="IOError" -g_data_input_stream_read_line_finish.length default_value="null" is_out="1" -g_data_input_stream_read_line_async.length default_value="null" -g_data_input_stream_read_until nullable="1" transfer_ownership="1" error_types="IOError" -g_data_input_stream_read_until.length is_out="1" -g_data_input_stream_read_until_finish nullable="1" transfer_ownership="1" error_types="IOError" -g_data_input_stream_read_until_finish.length nullable="1" transfer_ownership="1" default_value="null" is_out="1" -g_data_input_stream_read_upto nullable="1" transfer_ownership="1" error_types="IOError" -g_data_input_stream_read_upto.length is_out="1" -g_data_input_stream_read_upto_finish nullable="1" transfer_ownership="1" error_types="IOError" -g_data_input_stream_read_upto_finish.length nullable="1" transfer_ownership="1" default_value="null" is_out="1" -g_data_output_stream_put_* error_types="IOError" -GDBusAnnotationInfo.annotations is_array="1" array_null_terminated="1" -g_dbus_address_get_stream async="1" -GDBusArgInfo.annotations is_array="1" array_null_terminated="1" -g_dbus_connection_add_filter.filter_function transfer_ownership="1" -g_dbus_connection_add_filter.user_data_free_func hidden="1" -g_dbus_connection_call async="1" -g_dbus_connection_call.parameters nullable="1" -g_dbus_connection_call.reply_type nullable="1" -g_dbus_connection_call_finish transfer_ownership="1" -g_dbus_connection_call_sync transfer_ownership="1" -g_dbus_connection_call_sync.parameters nullable="1" -g_dbus_connection_call_sync.reply_type nullable="1" -g_dbus_connection_call_with_unix_fd_list async="1" -g_dbus_connection_call_with_unix_fd_list.parameters nullable="1" -g_dbus_connection_call_with_unix_fd_list.reply_type nullable="1" -g_dbus_connection_call_with_unix_fd_list.fd_list nullable="1" -g_dbus_connection_call_with_unix_fd_list_finish transfer_ownership="1" -g_dbus_connection_call_with_unix_fd_list_finish.out_fd_list transfer_ownership="1" nullable="1" -g_dbus_connection_call_with_unix_fd_list_sync transfer_ownership="1" -g_dbus_connection_call_with_unix_fd_list_sync.parameters nullable="1" -g_dbus_connection_call_with_unix_fd_list_sync.reply_type nullable="1" -g_dbus_connection_call_with_unix_fd_list_sync.fd_list nullable="1" -g_dbus_connection_call_with_unix_fd_list_sync.out_fd_list transfer_ownership="1" nullable="1" -g_dbus_connection_close async="1" -g_dbus_connection_flush async="1" -g_dbus_connection_new async="1" -g_dbus_connection_new_for_address.observer nullable="1" default_value="null" -g_dbus_connection_new_for_address_sync.observer nullable="1" default_value="null" -g_dbus_connection_new_sync.observer nullable="1" default_value="null" -g_dbus_connection_send_message.out_serial is_out="1" -g_dbus_connection_new_for_address async="1" -g_dbus_connection_new.observer nullable="1" default_value="null" -g_dbus_connection_send_message_with_reply async="1" -g_dbus_connection_send_message_with_reply.out_serial is_pointer="1" default_value="null" -g_dbus_connection_send_message_with_reply_sync.out_serial is_out="1" -g_dbus_connection_send_message_with_reply_finish transfer_ownership="1" error_types="GLib.IOError" -g_dbus_connection_send_message_with_reply_sync transfer_ownership="1" error_types="GLib.IOError" -g_dbus_connection_signal_subscribe.sender nullable="1" -g_dbus_connection_signal_subscribe.interface_name nullable="1" -g_dbus_connection_signal_subscribe.member nullable="1" -g_dbus_connection_signal_subscribe.object_path nullable="1" -g_dbus_connection_signal_subscribe.arg0 nullable="1" -g_dbus_connection_signal_subscribe.callback transfer_ownership="1" -g_dbus_connection_signal_subscribe.user_data_free_func hidden="1" -GDBusInterfaceInfo.annotations is_array="1" array_null_terminated="1" -GDBusInterfaceInfo.methods is_array="1" array_null_terminated="1" -GDBusInterfaceInfo.properties is_array="1" array_null_terminated="1" -GDBusInterfaceInfo.signals is_array="1" array_null_terminated="1" -g_dbus_message_print.indent default_value="0" -GDBusMethodInfo.annotations is_array="1" array_null_terminated="1" -GDBusMethodInfo.in_args is_array="1" array_null_terminated="1" -GDBusMethodInfo.out_args is_array="1" array_null_terminated="1" -g_dbus_method_invocation_return_value.parameters nullable="1" -g_dbus_method_invocation_return_value_with_unix_fd_list.parameters nullable="1" -g_dbus_method_invocation_return_value_with_unix_fd_list.fd_list nullable="1" -GDBusNodeInfo.annotations is_array="1" array_null_terminated="1" -GDBusNodeInfo.interfaces is_array="1" array_null_terminated="1" -GDBusNodeInfo.nodes is_array="1" array_null_terminated="1" -GDBusProxy::g_properties_changed.invalidated_properties no_array_length="1" array_null_terminated="1" -g_dbus_proxy_call async="1" -g_dbus_proxy_call.parameters nullable="1" -g_dbus_proxy_call_finish transfer_ownership="1" -g_dbus_proxy_call_sync transfer_ownership="1" -g_dbus_proxy_call_sync.parameters nullable="1" -g_dbus_proxy_call_with_unix_fd_list async="1" -g_dbus_proxy_call_with_unix_fd_list.parameters nullable="1" -g_dbus_proxy_call_with_unix_fd_list.fd_list nullable="1" -g_dbus_proxy_call_with_unix_fd_list_finish transfer_ownership="1" -g_dbus_proxy_call_with_unix_fd_list_finish.out_fd_list transfer_ownership="1" nullable="1" -g_dbus_proxy_call_with_unix_fd_list_sync transfer_ownership="1" -g_dbus_proxy_call_with_unix_fd_list_sync.parameters nullable="1" -g_dbus_proxy_call_with_unix_fd_list_sync.fd_list nullable="1" -g_dbus_proxy_call_with_unix_fd_list_sync.out_fd_list transfer_ownership="1" nullable="1" -g_dbus_proxy_new async="1" -g_dbus_proxy_new.info nullable="1" -g_dbus_proxy_new_sync.info nullable="1" -g_dbus_proxy_new_for_bus async="1" -g_dbus_proxy_new_for_bus.info nullable="1" -g_dbus_proxy_new_for_bus_sync.info nullable="1" -GDBusPropertyInfo.annotations is_array="1" array_null_terminated="1" -GDBusSignalInfo.annotations is_array="1" array_null_terminated="1" -GDBusSignalInfo.args is_array="1" array_null_terminated="1" -g_drive_eject async="1" -g_drive_eject_with_operation async="1" -g_drive_get_volumes type_arguments="Volume" transfer_ownership="1" -g_drive_poll_for_media async="1" -g_drive_start async="1" -g_drive_stop async="1" -g_emblemed_icon_get_emblems type_arguments="Emblem" -g_file_append_to transfer_ownership="1" -g_file_append_to_finish transfer_ownership="1" -g_file_copy.progress_callback nullable="1" default_value="null" -g_file_copy.progress_callback_data hidden="1" -g_file_copy_async.progress_callback nullable="1" default_value="null" -g_file_copy_async.progress_callback_data hidden="1" -g_file_create transfer_ownership="1" -g_file_create_finish transfer_ownership="1" -g_file_eject_mountable async="1" -g_file_eject_mountable_with_operation async="1" -g_file_enumerate_children transfer_ownership="1" -g_file_enumerate_children_finish transfer_ownership="1" -g_file_enumerator_next_file transfer_ownership="1" -g_file_enumerator_next_files_finish type_arguments="FileInfo" transfer_ownership="1" -g_file_find_enclosing_mount transfer_ownership="1" -g_file_find_enclosing_mount_finish transfer_ownership="1" -g_file_get_basename transfer_ownership="1" nullable="1" -g_file_get_child transfer_ownership="1" -g_file_get_child_for_display_name transfer_ownership="1" -g_file_get_parent transfer_ownership="1" nullable="1" -g_file_has_parent.parent nullable="1" -g_file_get_parse_name transfer_ownership="1" -g_file_get_path transfer_ownership="1" nullable="1" -g_file_get_relative_path transfer_ownership="1" nullable="1" -g_file_get_uri transfer_ownership="1" -g_file_get_uri_scheme transfer_ownership="1" -g_file_hash.file hidden="1" -g_file_info_get_modification_time.result is_out="1" -g_file_load_*.contents type_name="uint8[]" transfer_ownership="1" -g_file_load_*.length hidden="1" -g_file_load_*.etag_out transfer_ownership="1" default_value="null" -g_file_load_partial_contents_async.cancellable nullable="1" -GFileMonitor::changed.other_file nullable="1" -g_file_monitor_directory hidden="1" -g_file_monitor_dir hidden="1" -g_file_monitor_file hidden="1" -g_file_mount_enclosing_volume async="1" -g_file_mount_mountable async="1" -g_file_move.progress_callback_data hidden="1" -g_file_new_for_commandline_arg transfer_ownership="1" -g_file_new_for_path transfer_ownership="1" -g_file_new_for_uri transfer_ownership="1" -g_file_parse_name transfer_ownership="1" -g_file_poll_mountable async="1" -g_file_query_default_handler transfer_ownership="1" -g_file_query_filesystem_info transfer_ownership="1" -g_file_query_info transfer_ownership="1" -g_file_query_info_finish transfer_ownership="1" -g_file_read transfer_ownership="1" -g_file_read_finish transfer_ownership="1" -g_file_replace transfer_ownership="1" -g_file_replace.etag nullable="1" -g_file_replace_async.etag nullable="1" -g_file_replace_contents.new_etag transfer_ownership="1" nullable="1" -g_file_replace_contents_finish.new_etag transfer_ownership="1" nullable="1" default_value="null" -g_file_replace_finish transfer_ownership="1" -g_file_resolve_relative_path transfer_ownership="1" -g_file_set_attributes_async.cancellable nullable="1" -g_file_start_mountable async="1" -g_file_stop_mountable async="1" -g_file_unmount_mountable async="1" -g_file_unmount_mountable_with_operation async="1" -g_icon_new_for_string transfer_ownership="1" nullable="1" -g_icon_from_tokens transfer_ownership="1" nullable="1" virtual="1" -g_icon_from_tokens.tokens type_name="string" is_array="1" array_length_cname="num_tokens" -g_icon_from_tokens.num_tokens hidden="1" -g_icon_to_tokens virtual="1" -g_icon_to_tokens.out_version is_out="1" -g_icon_hash.icon hidden="1" -g_icon_to_string transfer_ownership="1" nullable="1" -g_icon_equal.icon2 nullable="1" -g_inet_address_new_from_bytes.bytes type_name="uint8" is_array="1" no_array_length="1" -g_inet_address_to_string transfer_ownership="1" -g_inet_address_to_bytes type_name="uint8" is_array="1" no_array_length="1" -g_initable_new.cancellable nullable="1" -g_input_stream_read abstract="1" vfunc_name="read_fn" error_types="IOError" -g_input_stream_read_fn hidden="1" -g_input_stream_read*.buffer type_name="uint8" is_array="1" array_length_type="gsize" -g_input_stream_read*.count hidden="1" -g_input_stream_read_all error_types="IOError" -g_input_stream_read_all.bytes_read is_out="1" -g_input_stream_read_finish error_types="IOError" -g_input_stream_skip error_types="IOError" -g_input_stream_skip_finish error_types="IOError" -GInputStream abstract="1" -GInputVector.buffer type_name="uint8" is_array="1" weak="0" array_length_type="gsize" array_length_cname="size" -GInputVector.size hidden="1" -GIOErrorEnum rename_to="IOError" errordomain="1" -g_io_extension_point_get_extensions type_arguments="IOExtension" -g_io_modules_load_all_in_directory type_arguments="unowned TypeModule" transfer_ownership="1" -GIOSchedulerJobFunc.cancellable nullable="1" -g_io_scheduler_job_send_to_mainloop.func transfer_ownership="1" -g_io_scheduler_job_send_to_mainloop.notify hidden="1" -g_io_scheduler_job_send_to_mainloop_async.func transfer_ownership="1" -g_io_scheduler_job_send_to_mainloop_async.notify hidden="1" -g_io_scheduler_push_job.job_func transfer_ownership="1" -g_io_scheduler_push_job.notify hidden="1" -GIOStream abstract="1" -GIOStream:input-stream abstract="1" -GIOStream:output-stream abstract="1" -g_loadable_icon_load transfer_ownership="1" -g_loadable_icon_load.type nullable="1" transfer_ownership="1" -g_loadable_icon_load_async.cancellable nullable="1" -g_loadable_icon_load_finish.type nullable="1" transfer_ownership="1" -g_loadable_icon_load_finish transfer_ownership="1" -g_memory_input_stream_*_data.data type_name="uint8" is_array="1" transfer_ownership="1" array_length_type="gsize" -g_memory_input_stream_*_data.len hidden="1" -g_memory_input_stream_*_data.destroy nullable="1" -g_memory_output_stream_new.data type_name="uint8" is_array="1" transfer_ownership="1" array_length_type="gsize" nullable="1" -g_memory_output_stream_new.size hidden="1" -g_memory_output_stream_new.realloc_function nullable="1" -g_memory_output_stream_get_data type_name="uint8" is_array="1" no_array_length="1" -g_memory_output_stream_steal_data type_name="uint8" is_array="1" no_array_length="1" transfer_ownership="1" -g_mount_eject async="1" -g_mount_eject_with_operation async="1" -g_mount_guess_content_type async="1" -g_mount_remount async="1" -g_mount_unmount async="1" -g_mount_unmount_with_operation async="1" -GMountOperation::reply has_emitter="1" -GMountOperation::ask_question.choices no_array_length="1" array_null_terminated="1" -GMountOperation::show_processes.processes type_arguments="Pid" -GMountOperation::show_processes.choices no_array_length="1" array_null_terminated="1" -g_output_stream_splice error_types="IOError" -g_output_stream_splice_finish error_types="IOError" -g_output_stream_write abstract="1" vfunc_name="write_fn" error_types="IOError" -g_output_stream_write*.buffer type_name="uint8" is_array="1" array_length_type="gsize" -g_output_stream_write*.count hidden="1" -g_output_stream_write_fn hidden="1" -g_output_stream_write_all error_types="IOError" -g_output_stream_write_all.bytes_written is_out="1" -g_output_stream_write_finish error_types="IOError" -GOutputStream abstract="1" -GOutputVector.buffer type_name="uint8" is_array="1" weak="0" array_length_type="gsize" array_length_cname="size" -GOutputVector.size hidden="1" -g_periodic_add.callback transfer_ownership="1" -g_periodic_add.notify hidden="1" -g_periodic_damaged.callback transfer_ownership="1" -g_periodic_damaged.notify hidden="1" -g_pollable_*_stream_create_source transfer_ownership="1" -g_pollable_*_stream_*_nonblocking.buffer type_name="uint8[]" array_length_type="gsize" -g_pollable_*_stream_*_nonblocking.size hidden="1" -GResolverError errordomain="1" -g_resolver_free_addresses hidden="1" -g_resolver_free_targets hidden="1" -g_resolver_lookup_by_name transfer_ownership="1" type_arguments="InetAddress" -g_resolver_lookup_by_name_finish transfer_ownership="1" type_arguments="InetAddress" -g_resolver_lookup_service transfer_ownership="1" type_arguments="SrvTarget" -g_resolver_lookup_service_finish transfer_ownership="1" type_arguments="SrvTarget" -g_seekable_truncate abstract="1" vfunc_name="truncate_fn" -g_seekable_truncate_fn hidden="1" -g_settings_get ellipsis="1" sentinel="" -g_settings_set ellipsis="1" sentinel="" -g_socket_create_source type_name="SocketSource" transfer_ownership="1" -g_socket_control_message_deserialize transfer_ownership="1" -g_socket_control_message_deserialize.data type_name="uint8" is_array="1" array_length_type="gsize" array_length_pos="2.9" -g_socket_control_message_deserialize.size hidden="1" -g_socket_control_message_serialize.data type_name="uint8" is_array="1" no_array_length="1" -g_socket_listener_add_address.source_object nullable="1" -g_socket_listener_add_inet_port.source_object nullable="1" -g_socket_listener_add_socket.source_object nullable="1" -g_socket_receive.buffer type_name="uint8" is_array="1" -g_socket_receive.size hidden="1" -g_socket_receive_from.buffer type_name="uint8" is_array="1" -g_socket_receive_from.size hidden="1" -g_socket_receive_with_blocking.buffer type_name="uint8" is_array="1" -g_socket_receive_with_blocking.size hidden="1" -g_socket_send.buffer type_name="uint8" is_array="1" -g_socket_send.size hidden="1" -g_socket_send_to.buffer type_name="uint8" is_array="1" -g_socket_send_to.size hidden="1" -g_socket_send_with_blocking.buffer type_name="uint8" is_array="1" -g_socket_send_with_blocking.size hidden="1" -g_srv_target_list_sort type_arguments="SrvTarget" transfer_ownership="1" -g_srv_target_list_sort.targets type_arguments="SrvTarget" transfer_ownership="1" -g_themed_icon_new_from_names.iconnames is_array="1" -g_themed_icon_new_from_names.len hidden="1" -g_themed_icon_get_names is_array="1" no_array_length="1" array_null_terminated="1" -g_tls_database_create_certificate_handle transfer_ownership="1" nullable="1" -g_tls_database_lookup_certificate_* transfer_ownership="1" -g_tls_database_lookup_certificates_* transfer_ownership="1" type_arguments="TlsCertificate" -g_vfs_get_file_for_path transfer_ownership="1" -g_vfs_get_file_for_uri transfer_ownership="1" -g_vfs_get_supported_uri_schemes is_array="1" -g_volume_eject async="1" -g_volume_eject_with_operation async="1" -g_volume_mount async="1" -g_volume_mount_fn.cancellable nullable="1" - -g_*.cancellable nullable="1" default_value="null" -g_*.mount_operation nullable="1" -g_*.io_priority default_value="GLib.Priority.DEFAULT" -g_file_*.etag nullable="1" -g_file_*.progress_callback nullable="1" default_value="null" -g_io_scheduler_*.notify nullable="1" -g_memory_input_stream_*.destroy nullable="1" -g_memory_output_stream_*.destroy_function nullable="1" -g_*_stream_close error_types="IOError" -g_*_stream_close_finish error_types="IOError" - -g_application_run.argc hidden="1" -g_application_run.argv is_array="1" array_length_pos="0.9" nullable="1" default_value="null" -g_application_is_remote hidden="1" -GApplication::activate has_emitter="1" -GApplication::open has_emitter="1" -GApplication::open.files type_name="File" is_array="1" -GApplication::open.n_files hidden="1" -GApplication::quit_with_data has_emitter="1" -GApplication::quit_with_data.platform_data nullable="1" default_value="null" -GApplication:register hidden="1" -g_application_command_line_get_arguments is_array="1" transfer_ownership="1" -g_application_command_line_get_arguments.argc hidden="1" -g_application_command_line_get_platform_data nullable="1" transfer_ownership="1" -g_application_local_command_line.arguments is_array="1" no_array_length="1" array_null_terminated="1" is_ref="1" -g_application_local_command_line.exit_status is_out="1" - -GActionGroup type_cname="GActionGroupInterface" -GActionGroup::action_added has_emitter="1" -GActionGroup::action_removed has_emitter="1" -GActionGroup::action_enabled_changed has_emitter="1" -GActionGroup::action_state_changed has_emitter="1" -g_action_group_query_action virtual="1" -g_action_group_query_action.state_hint transfer_ownership="1" -g_action_group_query_action.state transfer_ownership="1" -g_action_group_activate_action.parameter nullable="1" -g_action_group_get_action_parameter_type nullable="1" -g_action_group_get_action_state nullable="1" transfer_ownership="1" -g_action_group_get_action_state_hint nullable="1" transfer_ownership="1" -g_action_group_get_action_state_type nullable="1" -g_action_group_list_actions is_array="1" transfer_ownership="1" no_array_length="1" array_null_terminated="1" - -GActionEntry is_value_type="1" -GActionEntry.activate type_name="SimpleActionActivateCallback" -GActionEntry.change_state type_name="SimpleActionChangeStateCallback" -g_action_map_add_action_entries.user_data hidden="0" - -GMenuModel::items_changed has_emitter="1" -g_menu_model_markup_parser_end transfer_ownership="1" -g_menu_model_markup_parser_end_menu transfer_ownership="1" -g_menu_model_get_item_attribute_value transfer_ownership="1" -g_menu_model_get_item_link transfer_ownership="1" -g_menu_model_iterate_item_attributes transfer_ownership="1" -g_menu_model_iterate_item_links transfer_ownership="1" -g_menu_attribute_iter_get_value transfer_ownership="1" -g_menu_link_iter_get_value transfer_ownership="1" -g_dbus_action_group_get transfer_ownership="1" -g_dbus_menu_model_get transfer_ownership="1" - -g_cancellable_set_error_if_cancelled error_types="IOError" -g_cancellable_connect.callback type_name="GLib.Func" ctype="GCallback*" transfer_ownership="1" -g_cancellable_connect.data hidden="1" -g_cancellable_connect.data_destroy_func hidden="1" - -GDBusAuthObserver::authorize_authenticated_peer has_emitter="1" -GDBusConnection:closed hidden="1" -GDBusError errordomain="1" - -GFileDescriptorBased hidden="1" - -g_file_mount_mountable.callback nullable="1" -g_file_unmount_mountable.callback nullable="1" -g_file_eject_mountable.callback nullable="1" -g_volume_mount.callback nullable="1" -g_volume_eject.callback nullable="1" -g_mount_unmount.callback nullable="1" -g_mount_remount.callback nullable="1" -g_mount_eject.callback nullable="1" -g_drive_poll_for_media.callback nullable="1" -g_drive_eject.callback nullable="1" -g_file_mount_enclosing_volume.callback nullable="1" - -g_file_info_get_attribute_data.type nullable="1" -g_file_info_get_attribute_data.value_pp nullable="1" -g_file_info_get_attribute_data.status nullable="1" - -g_app_info_create_from_commandline.app_name nullable="1" -g_app_info_launch.files nullable="1" type_arguments="File" -g_app_info_launch_uris.uris nullable="1" type_arguments="string" - -g_srv_target_copy transfer_ownership="1" - -GSettings::changes has_emitter="1" -GSettingsBackend::changed has_emitter="1" -g_settings_get_list transfer_ownership="1" -g_settings_get_settings transfer_ownership="1" -g_settings_get_string transfer_ownership="1" -g_settings_get_value transfer_ownership="1" -g_settings_backend_read transfer_ownership="1" -g_settings_list_add transfer_ownership="1" -g_settings_list_get transfer_ownership="1" -g_settings_list_list is_array="1" transfer_ownership="1" array_length_pos="1" -g_settings_list_list.n_items hidden="1" -g_settings_list_children is_array="1" no_array_length="1" array_null_terminated="1" transfer_ownership="1" -g_settings_list_keys is_array="1" no_array_length="1" array_null_terminated="1" transfer_ownership="1" -g_settings_list_schemas is_array="1" no_array_length="1" array_null_terminated="1" -g_settings_get_strv is_array="1" no_array_length="1" array_null_terminated="1" transfer_ownership="1" -g_settings_set_strv.value is_array="1" no_array_length="1" -GSettingsBindSetMapping transfer_ownership="1" - -GSimpleAsyncThreadFunc.cancellable nullable="1" -g_simple_async_result_new.source_object nullable="1" -g_simple_async_result_new_take_error hidden="1" - -g_socket_accept transfer_ownership="1" -g_socket_condition_wait error_types="GLib.IOError" -g_socket_listener_accept_finish.source_object transfer_ownership="1" nullable="1" default_value="null" -g_socket_listener_accept_socket_finish.source_object transfer_ownership="1" nullable="1" default_value="null" -g_vfs_local_file_add_info.extra_data default_value="null" -g_vfs_local_file_add_info.free_extra_data nullable="1" default_value="null" - -GSocketService::incoming.source_object nullable="1" - -g_volume_monitor_get transfer_ownership="1" -g_volume_monitor_get_connected_drives type_arguments="Drive" transfer_ownership="1" -g_volume_monitor_get_mount_for_uuid transfer_ownership="1" -g_volume_monitor_get_mounts type_arguments="Mount" transfer_ownership="1" -g_volume_monitor_get_volume_for_uuid transfer_ownership="1" -g_volume_monitor_get_volumes type_arguments="Volume" transfer_ownership="1" - -g_zlib_compressor_new.level default_value="-1" - -uid_t name="uint" - -g_bus_* hidden="1" -g_dbus_connection_register_object hidden="1" -g_dbus_connection_emit_signal.destination_bus_name nullable="1" -g_dbus_object_get_interfaces transfer_ownership="1" type_arguments="DBusInterface" -g_dbus_server_new_sync.observer nullable="1" default_value="null" - -GSettingsBackend base_class="GObject" - -GUnixFDList hidden="1" - -g_simple_action_new.parameter_type nullable="1" -g_simple_action_new_stateful.parameter_type nullable="1" -GSimpleAction::activate.p0 nullable="1" -GSimpleAction::change_state.p0 nullable="1" - -g_menu_insert.label nullable="1" -g_menu_insert.detailed_action nullable="1" -g_menu_prepend.label nullable="1" -g_menu_prepend.detailed_action nullable="1" -g_menu_append.label nullable="1" -g_menu_append.detailed_action nullable="1" - -g_menu_insert_section.label nullable="1" -g_menu_prepend_section.label nullable="1" -g_menu_append_section.label nullable="1" - -g_menu_insert_submenu.label nullable="1" -g_menu_prepend_submenu.label nullable="1" -g_menu_append_submenu.label nullable="1" - -g_menu_item_set_attribute_value.value nullable="1" -g_menu_item_set_attribute.format_string nullable="1" -g_menu_item_set_link.model nullable="1" -g_menu_item_set_label.label nullable="1" -g_menu_item_set_submenu.submenu nullable="1" -g_menu_item_set_section.section nullable="1" -g_menu_item_set_action_and_target_value.action nullable="1" -g_menu_item_set_action_and_target_value.target_value nullable="1" -g_menu_item_set_action_and_target.action nullable="1" -g_menu_item_set_action_and_target.format_string nullable="1" -g_menu_item_new.label nullable="1" -g_menu_item_new.detailed_action nullable="1" -g_menu_item_new_submenu.label nullable="1" -g_menu_item_new_section.label nullable="1" diff --git a/vapi/packages/gio-2.0/gio-2.0.namespace b/vapi/packages/gio-2.0/gio-2.0.namespace deleted file mode 100644 index d7425e556..000000000 --- a/vapi/packages/gio-2.0/gio-2.0.namespace +++ /dev/null @@ -1 +0,0 @@ -GLib