~lubuntu-software-center-team/lubuntu-software-center/vala-port

« back to all changes in this revision

Viewing changes to src/Backend/Backend.vala

  • Committer: Stephen Smally
  • Date: 2012-07-05 13:49:59 UTC
  • Revision ID: eco.stefi@fastwebnet.it-20120705134959-y5vg66cadej8vix1
Added mutable install/remove button

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
        OTHER; // Installed or so
8
8
    }
9
9
    
 
10
    public enum ActionType {
 
11
                INSTALL,
 
12
                REMOVE;
 
13
        }
 
14
    
10
15
    public enum ResponseId {
11
16
                INFO,
12
 
                INSTALL
 
17
                INSTALL;
13
18
        }
14
19
    
15
20
    public class LscCategory : Object {