[vala/0.38] vapi: Update GIR-based bindings
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.38] vapi: Update GIR-based bindings
- Date: Thu, 5 Oct 2017 20:54:53 +0000 (UTC)
commit c882844de9f6b1dc8ddc415a6dea4cc43a098b29
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Mon Sep 25 17:58:39 2017 +0200
vapi: Update GIR-based bindings
vapi/gio-2.0.vapi | 4 +-
vapi/metadata/Gio-2.0.metadata | 4 ++-
vapi/metadata/PackageKitGlib-1.0.metadata | 2 +
vapi/packagekit-glib2.vapi | 40 ++++++++---------------------
4 files changed, 18 insertions(+), 32 deletions(-)
---
diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi
index 0abaf19..4f7415c 100644
--- a/vapi/gio-2.0.vapi
+++ b/vapi/gio-2.0.vapi
@@ -2975,7 +2975,7 @@ namespace GLib {
public unowned string get_warning ();
public void set_description (string description);
public void set_flags (GLib.TlsPasswordFlags flags);
- public void set_value ([CCode (array_length_cname = "length", array_length_pos = 1.1,
array_length_type = "gssize", type = "const guchar*")] uint8[] value);
+ public void set_value ([CCode (array_length_cname = "length", array_length_pos = 1.1,
array_length_type = "gssize")] uint8[] value);
[CCode (vfunc_name = "set_value")]
public virtual void set_value_full ([CCode (array_length_cname = "length", array_length_pos =
1.5, array_length_type = "gssize", type = "guchar*")] owned uint8[] value, GLib.DestroyNotify? notify =
GLib.g_free);
public void set_warning (string warning);
@@ -4535,7 +4535,7 @@ namespace GLib {
[CCode (cheader_filename = "gio/gio.h")]
public static bool register_error (GLib.Quark error_domain, int error_code, string
dbus_error_name);
[CCode (cheader_filename = "gio/gio.h")]
- public static void register_error_domain (string error_domain_quark_name, size_t
quark_volatile, GLib.DBusErrorEntry entries, uint num_entries);
+ public static void register_error_domain (string error_domain_quark_name, size_t
quark_volatile, [CCode (array_length_cname = "num_entries", array_length_pos = 3.1, array_length_type =
"guint")] GLib.DBusErrorEntry[] entries);
[CCode (cheader_filename = "gio/gio.h")]
public static bool strip_remote_error (GLib.Error error);
[CCode (cheader_filename = "gio/gio.h")]
diff --git a/vapi/metadata/Gio-2.0.metadata b/vapi/metadata/Gio-2.0.metadata
index bff2908..527aa0d 100644
--- a/vapi/metadata/Gio-2.0.metadata
+++ b/vapi/metadata/Gio-2.0.metadata
@@ -152,7 +152,7 @@ InputStream
.skip_finish throws="GLib.IOError"
ListModel
.get_item#virtual_method skip
- .get_item#method skip=false abstract
+ .get_item#method skip=false abstract type="GLib.Object?"
ListStore
.insert_sorted.compare_func type_arguments="GLib.Object"
.sort.compare_func type_arguments="GLib.Object"
@@ -227,6 +227,8 @@ Subprocess
.new.error skip
.new.argv0 skip
.communicate*.cancellable#parameter default=()
+SubprocessLauncher
+ .set_child_setup skip=false
Task
.attach_source skip=false
.attach_source.callback type="TaskSourceFunc"
diff --git a/vapi/metadata/PackageKitGlib-1.0.metadata b/vapi/metadata/PackageKitGlib-1.0.metadata
index 06e340a..34f7c69 100644
--- a/vapi/metadata/PackageKitGlib-1.0.metadata
+++ b/vapi/metadata/PackageKitGlib-1.0.metadata
@@ -63,3 +63,5 @@ Task
.search_names_async finish_name="pk_task_generic_finish"
.update_packages_async finish_name="pk_task_generic_finish"
.what_provides_async finish_name="pk_task_generic_finish"
+
+offline_get_prepared_upgrade skip
diff --git a/vapi/packagekit-glib2.vapi b/vapi/packagekit-glib2.vapi
index 247db59..28f2730 100644
--- a/vapi/packagekit-glib2.vapi
+++ b/vapi/packagekit-glib2.vapi
@@ -218,7 +218,6 @@ namespace Pk {
public void set_interactive (bool interactive);
[Version (since = "0.6.10")]
public void set_locale (string locale);
- public static void test (void* user_data);
[Version (since = "0.8.1")]
public Pk.Results update_packages (Pk.Bitfield transaction_flags, [CCode (array_length =
false, array_null_terminated = true)] string[] package_ids, GLib.Cancellable? cancellable,
Pk.ProgressCallback progress_callback) throws GLib.Error;
[CCode (finish_name = "pk_client_generic_finish")]
@@ -293,7 +292,6 @@ namespace Pk {
public bool suggest_daemon_quit (GLib.Cancellable? cancellable = null) throws GLib.Error;
[Version (since = "0.6.2")]
public async bool suggest_daemon_quit_async (GLib.Cancellable? cancellable) throws GLib.Error;
- public static void test (void* user_data);
[NoAccessorMethod]
[Version (since = "0.5.2")]
public string backend_author { owned get; set; }
@@ -358,7 +356,6 @@ namespace Pk {
public GLib.GenericArray<weak string> get_shown_for_package (string package) throws
GLib.Error;
[Version (since = "0.5.3")]
public bool open_database () throws GLib.Error;
- public static void test (void* user_data);
}
[CCode (cheader_filename = "packagekit-glib2/packagekit.h", type_id = "pk_details_get_type ()")]
public class Details : Pk.Source {
@@ -443,6 +440,14 @@ namespace Pk {
[CCode (has_construct_function = false)]
[Version (since = "0.5.4")]
public EulaRequired ();
+ [Version (since = "1.1.8")]
+ public unowned string get_eula_id ();
+ [Version (since = "1.1.8")]
+ public unowned string get_license_agreement ();
+ [Version (since = "1.1.8")]
+ public unowned string get_package_id ();
+ [Version (since = "1.1.8")]
+ public unowned string get_vendor_name ();
[NoAccessorMethod]
[Version (since = "0.5.4")]
public string eula_id { owned get; set; }
@@ -539,7 +544,6 @@ namespace Pk {
[CCode (array_length = false, array_null_terminated = true)]
[Version (since = "0.5.3")]
public static string[] id_split (string package_id);
- public static void id_test (void* user_data);
[Version (since = "0.5.2")]
public static string id_to_printable (string package_id);
[CCode (array_length = false, array_null_terminated = true)]
@@ -561,7 +565,6 @@ namespace Pk {
[CCode (array_length = false, array_null_terminated = true)]
[Version (since = "0.5.2")]
public static string[] ids_remove_id (string package_ids, string package_id);
- public static void ids_test (void* user_data);
[Version (since = "0.5.2")]
public static string ids_to_string (string package_ids);
[Version (since = "0.8.11")]
@@ -574,7 +577,6 @@ namespace Pk {
public void set_info (Pk.Info info);
[Version (since = "0.8.14")]
public void set_summary (string summary);
- public static void test (void* user_data);
[NoAccessorMethod]
[Version (since = "0.5.4")]
public string description { owned get; set; }
@@ -686,8 +688,8 @@ namespace Pk {
[CCode (finish_name = "pk_package_sack_merge_generic_finish")]
[Version (since = "0.5.2")]
public async bool resolve_async (GLib.Cancellable? cancellable, Pk.ProgressCallback
progress_callback) throws GLib.Error;
+ [Version (since = "0.6.1")]
public void sort (Pk.PackageSackSortType type);
- public static void test (void* user_data);
[Version (since = "0.8.6")]
public bool to_file (GLib.File file) throws GLib.Error;
}
@@ -757,10 +759,9 @@ namespace Pk {
[Version (since = "0.8.8")]
public bool set_transaction_flags (uint64 transaction_flags);
[Version (since = "0.5.3")]
- public bool set_transaction_id (string package_id);
+ public bool set_transaction_id (string transaction_id);
[Version (since = "0.5.2")]
public bool set_uid (uint uid);
- public static void test (void* user_data);
[NoAccessorMethod]
[Version (since = "0.5.2")]
public bool allow_cancel { get; set; }
@@ -939,7 +940,6 @@ namespace Pk {
public bool set_error_code (Pk.Error item);
[Version (since = "0.5.2")]
public bool set_exit_code (Pk.Exit exit_enum);
- public static void test (void* user_data);
[NoAccessorMethod]
[Version (since = "0.5.3")]
public uint inputs { get; set; }
@@ -1105,7 +1105,6 @@ namespace Pk {
public void set_simulate (bool simulate);
[NoWrapper]
public virtual void simulate_question (uint request, Pk.Results results);
- public static void test (void* user_data);
[NoWrapper]
public virtual void untrusted_question (uint request, Pk.Results results);
[CCode (finish_name = "pk_task_generic_finish")]
@@ -1145,7 +1144,6 @@ namespace Pk {
[CCode (array_length = false, array_null_terminated = true)]
[Version (since = "0.5.3")]
public string[] get_ids ();
- public static void test (void* user_data);
public virtual signal void added (string tid);
public virtual signal void removed (string tid);
}
@@ -1284,7 +1282,6 @@ namespace Pk {
[CCode (sentinel = "-1")]
[Version (since = "0.5.2")]
public static Pk.Bitfield from_enums (int value, ...);
- public static void test (void* user_data);
}
[CCode (cheader_filename = "packagekit-glib2/packagekit.h", has_type_id = false)]
public struct EnumMatch {
@@ -1495,6 +1492,7 @@ namespace Pk {
LAST;
[Version (since = "0.5.2")]
public static Pk.Bitfield bitfield_from_string (string groups);
+ [Version (since = "0.5.2")]
public static string bitfield_to_string (Pk.Bitfield groups);
[Version (since = "0.5.0")]
public static Pk.Group enum_from_string (string group);
@@ -1848,8 +1846,6 @@ namespace Pk {
[CCode (cheader_filename = "packagekit-glib2/packagekit.h", cname =
"PK_SYSTEM_PACKAGE_LIST_FILENAME")]
public const string SYSTEM_PACKAGE_LIST_FILENAME;
[CCode (cheader_filename = "packagekit-glib2/packagekit.h")]
- public static void common_test (void* user_data);
- [CCode (cheader_filename = "packagekit-glib2/packagekit.h")]
public static void debug_add_log_domain (string log_domain);
[CCode (cheader_filename = "packagekit-glib2/packagekit.h")]
public static bool debug_is_verbose ();
@@ -1860,8 +1856,6 @@ namespace Pk {
[CCode (cheader_filename = "packagekit-glib2/packagekit.h")]
public static uint enum_find_value (Pk.EnumMatch table, string string);
[CCode (cheader_filename = "packagekit-glib2/packagekit.h")]
- public static void enum_test (void* user_data);
- [CCode (cheader_filename = "packagekit-glib2/packagekit.h")]
public static string get_distro_id ();
[CCode (cheader_filename = "packagekit-glib2/packagekit.h")]
[Version (since = "0.5.2")]
@@ -1870,31 +1864,22 @@ namespace Pk {
[Version (since = "0.5.2")]
public static string iso8601_present ();
[CCode (cheader_filename = "packagekit-glib2/packagekit.h")]
- [Version (since = "0.9.6")]
public static bool offline_auth_cancel () throws GLib.Error;
[CCode (cheader_filename = "packagekit-glib2/packagekit.h")]
- [Version (since = "0.9.6")]
public static bool offline_auth_clear_results () throws GLib.Error;
[CCode (cheader_filename = "packagekit-glib2/packagekit.h")]
- [Version (since = "0.9.6")]
public static bool offline_auth_invalidate () throws GLib.Error;
[CCode (cheader_filename = "packagekit-glib2/packagekit.h")]
- [Version (since = "0.9.6")]
public static bool offline_auth_set_action (Pk.OfflineAction action) throws GLib.Error;
[CCode (cheader_filename = "packagekit-glib2/packagekit.h")]
- [Version (since = "0.9.6")]
public static bool offline_auth_set_prepared_ids (string package_ids) throws GLib.Error;
[CCode (cheader_filename = "packagekit-glib2/packagekit.h")]
- [Version (since = "1.1.2")]
public static bool offline_auth_set_prepared_upgrade (string name, string release_ver) throws
GLib.Error;
[CCode (cheader_filename = "packagekit-glib2/packagekit.h")]
- [Version (since = "0.9.6")]
public static bool offline_auth_set_results (Pk.Results results) throws GLib.Error;
[CCode (cheader_filename = "packagekit-glib2/packagekit.h")]
- [Version (since = "0.9.6")]
public static bool offline_auth_trigger (Pk.OfflineAction action) throws GLib.Error;
[CCode (cheader_filename = "packagekit-glib2/packagekit.h")]
- [Version (since = "1.0.12")]
public static bool offline_auth_trigger_upgrade (Pk.OfflineAction action) throws GLib.Error;
[CCode (cheader_filename = "packagekit-glib2/packagekit.h")]
[Version (since = "0.9.6")]
@@ -1918,9 +1903,6 @@ namespace Pk {
[Version (since = "0.9.6")]
public static Pk.PackageSack offline_get_prepared_sack () throws GLib.Error;
[CCode (cheader_filename = "packagekit-glib2/packagekit.h")]
- [Version (since = "1.1.2")]
- public static bool offline_get_prepared_upgrade (out string name, out string release_ver) throws
GLib.Error;
- [CCode (cheader_filename = "packagekit-glib2/packagekit.h")]
[Version (since = "1.0.12")]
public static GLib.FileMonitor offline_get_prepared_upgrade_monitor (GLib.Cancellable? cancellable =
null) throws GLib.Error;
[CCode (cheader_filename = "packagekit-glib2/packagekit.h")]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]