aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2011-05-08 13:45:14 -0400
committerJason Conti <jason.conti@gmail.com>2011-05-08 13:45:14 -0400
commit547376a8aea1408afafd81d664dae897528d05dd (patch)
treedb8661e6a0449b2a5a76e729c15fa931c64ba109 /src
parent6f81ccffb569609d9a493249bb6adfc248d84162 (diff)
downloadayatana-indicator-notifications-547376a8aea1408afafd81d664dae897528d05dd.tar.gz
ayatana-indicator-notifications-547376a8aea1408afafd81d664dae897528d05dd.tar.bz2
ayatana-indicator-notifications-547376a8aea1408afafd81d664dae897528d05dd.zip
Changed the dbus names
Diffstat (limited to 'src')
-rw-r--r--src/dbus-shared.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/dbus-shared.h b/src/dbus-shared.h
index 9e3a781..ecd6f8a 100644
--- a/src/dbus-shared.h
+++ b/src/dbus-shared.h
@@ -1,10 +1,10 @@
/*
-An indicator to show date and time information.
+An example indicator.
Copyright 2010 Canonical Ltd.
Authors:
- Ted Gould <ted@canonical.com>
+ Ted Gould <ted@example.com>
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3, as published
@@ -20,14 +20,14 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#define SERVICE_NAME "com.canonical.indicator.datetime"
-#define SERVICE_IFACE "com.canonical.indicator.datetime.service"
-#define SERVICE_OBJ "/com/canonical/indicator/datetime/service"
+#define SERVICE_NAME "com.example.indicator.example"
+#define SERVICE_IFACE "com.example.indicator.example.service"
+#define SERVICE_OBJ "/com/example/indicator/example/service"
#define SERVICE_VERSION 1
-#define MENU_OBJ "/com/canonical/indicator/datetime/menu"
+#define MENU_OBJ "/com/example/indicator/example/menu"
-#define DBUSMENU_CALENDAR_MENUITEM_TYPE "x-canonical-calendar-item"
+#define DBUSMENU_CALENDAR_MENUITEM_TYPE "x-example-calendar-item"
#define CALENDAR_MENUITEM_PROP_MARKS "calendar-marks"