~chrisccoulson/libindicate/lp736240

« back to all changes in this revision

Viewing changes to libindicate/dbus-shared.h

  • Committer: Ted Gould
  • Date: 2011-01-13 23:47:43 UTC
  • mfrom: (395.1.2 com-ubuntu)
  • Revision ID: ted@gould.cx-20110113234743-eo18uhhe9tnezu0k
Canonical.comĀ conversion

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#ifndef INDICATE_DBUS_SHARED
29
29
#define INDICATE_DBUS_SHARED
30
30
 
31
 
#define  INDICATE_DBUS_IFACE            "org.ayatana.indicate"
32
 
#define  INDICATE_LISTENER_DBUS_IFACE   "org.ayatana.indicate.listener"
33
 
#define  INDICATE_LISTENER_OBJ_PATH     "/org/ayatana/indicate/listener"
 
31
#define  INDICATE_DBUS_IFACE            "com.canonical.indicate"
 
32
#define  INDICATE_LISTENER_DBUS_IFACE   "com.canonical.indicate.listener"
 
33
#define  INDICATE_LISTENER_OBJ_PATH     "/com/canonical/indicate/listener"
34
34
 
35
35
#endif /* INDICATE_DBUS_SHARED */