[vala] packagekit-glib2: Update to 0.8.12



commit c4cf04404e3e096c06461b88d2924bcdb3fc224c
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Tue Oct 29 18:20:37 2013 +0100

    packagekit-glib2: Update to 0.8.12

 vapi/packagekit-glib2.vapi |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/vapi/packagekit-glib2.vapi b/vapi/packagekit-glib2.vapi
index e5a4ef4..a686809 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; }
        }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]