~ruben-reina-dev/appcenter/1512912-sort-apps-inst-date

« back to all changes in this revision

Viewing changes to src/Core/Package.vala

  • Committer: RubĂ©n Reina
  • Date: 2016-09-02 12:48:55 UTC
  • Revision ID: ruben.reina.dev@gmail.com-20160902124855-gmjn8syzrgbqun10
Cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    public GLib.Cancellable action_cancellable { public get; private set; }
38
38
    public bool changing { public get; private set; default = false; }
39
39
    public State state { public get; private set; default = State.NOT_INSTALLED; }
40
 
    public DateTime? installation_date { public get; internal set; }
41
40
 
42
41
    public double progress {
43
42
        get {