]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
packagekit-glib2: Update to 0.8.12
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 29 Oct 2013 17:20:37 +0000 (18:20 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 14 Nov 2013 10:45:11 +0000 (11:45 +0100)
(cherry picked from commit c4cf04404e3e096c06461b88d2924bcdb3fc224c)

vapi/packagekit-glib2.vapi

index 1bc6d849d194f19a8160565c8ebba0ef545d7dbe..b255abf0f818958aae41800a9f619b24388eaae8 100644 (file)
@@ -194,6 +194,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]
@@ -637,7 +643,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; }
        }