]> 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:47:17 +0000 (11:47 +0100)
(cherry picked from commit c4cf04404e3e096c06461b88d2924bcdb3fc224c)

vapi/packagekit-glib2.vapi

index e5a4ef4d9488eb29e19dc4b44d24ece373f9dbd5..a6868091c0643dd73d3d4f0ea96e9c248d6bfd8b 100644 (file)
@@ -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; }
        }