~ken-vandine/indicator-applet/sus-ubuntu

« back to all changes in this revision

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

Fleshing out significantly.  Inital rerelease.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef __DBUS_SHARED_NAMES_H__
 
3
#define __DBUS_SHARED_NAMES_H__ 1
 
4
 
 
5
#define INDICATOR_STATUS_DBUS_NAME  "org.ayatana.indicator.status"
 
6
#define INDICATOR_STATUS_DBUS_OBJECT "/org/ayatana/indicator/status"
 
7
 
 
8
#define INDICATOR_USERS_DBUS_NAME  "org.ayatana.indicator.users"
 
9
#define INDICATOR_USERS_DBUS_OBJECT "/org/ayatana/indicator/users"
 
10
 
 
11
#define INDICATOR_SESSION_DBUS_NAME  "org.ayatana.indicator.session"
 
12
#define INDICATOR_SESSION_DBUS_OBJECT "/org/ayatana/indicator/session"
 
13
 
 
14
#endif /* __DBUS_SHARED_NAMES_H__ */