~cjcurran/indicator-session/user-image-panel

« back to all changes in this revision

Viewing changes to src/dbus-shared-names.h

  • Committer: Conor Curran
  • Date: 2011-07-22 17:00:09 UTC
  • mfrom: (161.3.3 device-menu-reorg)
  • Revision ID: conor.curran@canonical.com-20110722170009-cqv9pgg7ljjg60k8
apt item partially working

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
with this program.  If not, see <http://www.gnu.org/licenses/>.
21
21
*/
22
22
 
 
23
#ifndef __DBUS_SHARED_NAMES_H__
 
24
#define __DBUS_SHARED_NAMES_H__ 
 
25
 
23
26
typedef enum {
24
27
  UP_TO_DATE,
25
28
  CHECKING_FOR_UPDATES,
26
29
  UPDATES_AVAILABLE,
27
 
  FINISHED_CHECKING,
28
 
  UPDATING,  
29
 
  RESTART_NEEDED  
 
30
  UPGRADE_IN_PROGRESS, 
 
31
  FINISHED, 
 
32
  RESTART_NEEDED,
 
33
  DONT_KNOW
30
34
}AptState;
31
35
 
32
 
 
33
 
#ifndef __DBUS_SHARED_NAMES_H__
34
 
#define __DBUS_SHARED_NAMES_H__ 1
 
36
typedef enum {
 
37
  SIMULATION,
 
38
  REAL
 
39
}TransactionType;
35
40
 
36
41
#define INDICATOR_USERS_DBUS_NAME  INDICATOR_SESSION_DBUS_NAME
37
42
#define INDICATOR_USERS_DBUS_OBJECT "/com/canonical/indicator/users/menu"