From 547376a8aea1408afafd81d664dae897528d05dd Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Sun, 8 May 2011 13:45:14 -0400 Subject: Changed the dbus names --- src/dbus-shared.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src') 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 Gould 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 . */ -#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" -- cgit v1.2.3