[vala] vapi: Update GIR-based bindings
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] vapi: Update GIR-based bindings
- Date: Mon, 28 Dec 2015 12:12:45 +0000 (UTC)
commit e851d0d6c564c525e38e39b141c59a00ae62460f
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Mon Dec 28 13:12:12 2015 +0100
vapi: Update GIR-based bindings
vapi/packagekit-glib2.vapi | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/vapi/packagekit-glib2.vapi b/vapi/packagekit-glib2.vapi
index 58f31d9..970d604 100644
--- a/vapi/packagekit-glib2.vapi
+++ b/vapi/packagekit-glib2.vapi
@@ -449,6 +449,21 @@ namespace Pk {
public class Progress : GLib.Object {
[CCode (has_construct_function = false)]
public Progress ();
+ public bool get_allow_cancel ();
+ public bool get_caller_active ();
+ public uint64 get_download_size_remaining ();
+ public uint get_elapsed_time ();
+ public unowned Pk.ItemProgress get_item_progress ();
+ public unowned Pk.Package get_package ();
+ public unowned string get_package_id ();
+ public int get_percentage ();
+ public uint get_remaining_time ();
+ public Pk.Role get_role ();
+ public uint get_speed ();
+ public Pk.Status get_status ();
+ public uint64 get_transaction_flags ();
+ public unowned string get_transaction_id ();
+ public uint get_uid ();
public bool set_allow_cancel (bool allow_cancel);
public bool set_caller_active (bool caller_active);
public bool set_download_size_remaining (uint64 download_size_remaining);
@@ -470,7 +485,7 @@ namespace Pk {
[NoAccessorMethod]
public bool caller_active { get; set; }
[NoAccessorMethod]
- public uint download_size_remaining { get; set; }
+ public uint64 download_size_remaining { get; set; }
[NoAccessorMethod]
public uint elapsed_time { get; set; }
[NoAccessorMethod]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]