From: Rico Tzschichholz Date: Tue, 29 Oct 2013 17:20:37 +0000 (+0100) Subject: packagekit-glib2: Update to 0.8.12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a66317f9dd8ec5bd5f4c566c8ed621b0658a1cf;p=thirdparty%2Fvala.git packagekit-glib2: Update to 0.8.12 (cherry picked from commit c4cf04404e3e096c06461b88d2924bcdb3fc224c) --- diff --git a/vapi/packagekit-glib2.vapi b/vapi/packagekit-glib2.vapi index e5a4ef4d9..a6868091c 100644 --- a/vapi/packagekit-glib2.vapi +++ b/vapi/packagekit-glib2.vapi @@ -196,6 +196,12 @@ namespace Pk { public class Details : Pk.Source { [CCode (has_construct_function = false)] public Details (); + public unowned string get_description (); + public Pk.Group get_group (); + public unowned string get_license (); + public unowned string get_package_id (); + public uint64 get_size (); + public unowned string get_url (); [NoAccessorMethod] public string description { owned get; set; } [NoAccessorMethod] @@ -640,7 +646,6 @@ namespace Pk { public bool user_declined (uint request); public async void what_provides_async (Pk.Bitfield filters, Pk.Provides provides, [CCode (array_length = false, array_null_terminated = true)] string[] values, GLib.Cancellable? cancellable, Pk.ProgressCallback progress_callback); public Pk.Results what_provides_sync (Pk.Bitfield filters, Pk.Provides provides, [CCode (array_length = false, array_null_terminated = true)] string[] values, GLib.Cancellable? cancellable, Pk.ProgressCallback progress_callback) throws GLib.Error; - public bool interactive { get; set; } public bool only_download { get; set; } public bool simulate { get; set; } }