From b26f447dfc25709562851f4f40b041b17e8081e4 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 18 May 2010 21:51:51 -0500 Subject: Some shared names for our dbus stuff --- src/dbus-shared.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/dbus-shared.h (limited to 'src/dbus-shared.h') diff --git a/src/dbus-shared.h b/src/dbus-shared.h new file mode 100644 index 0000000..c8b4a9e --- /dev/null +++ b/src/dbus-shared.h @@ -0,0 +1,7 @@ + +#define SERVICE_NAME "org.ayatana.indicator.datetime" +#define SERVICE_IFACE "org.ayatana.indicator.datetime.service" +#define SERVICE_OBJ "/org/ayatana/indicator/datetime/service" + +#define MENU_OBJ "/org/ayatana/indicator/datetime/menu" + -- cgit v1.2.3 From 12731f4f2554e923c92cc04aafb5c5c126be983a Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 18 May 2010 22:07:07 -0500 Subject: Adding a shared version number --- src/dbus-shared.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dbus-shared.h') diff --git a/src/dbus-shared.h b/src/dbus-shared.h index c8b4a9e..88ad4f5 100644 --- a/src/dbus-shared.h +++ b/src/dbus-shared.h @@ -2,6 +2,7 @@ #define SERVICE_NAME "org.ayatana.indicator.datetime" #define SERVICE_IFACE "org.ayatana.indicator.datetime.service" #define SERVICE_OBJ "/org/ayatana/indicator/datetime/service" +#define SERVICE_VERSION 1 #define MENU_OBJ "/org/ayatana/indicator/datetime/menu" -- cgit v1.2.3 From df30f437fd80697d97544fafa43999a05debefb0 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 12 Jul 2010 15:34:19 -0500 Subject: Legal stuffs --- src/dbus-shared.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'src/dbus-shared.h') diff --git a/src/dbus-shared.h b/src/dbus-shared.h index 88ad4f5..aa6d933 100644 --- a/src/dbus-shared.h +++ b/src/dbus-shared.h @@ -1,3 +1,24 @@ +/* +An indicator to show date and time information. + +Copyright 2010 Canonical Ltd. + +Authors: + 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 +by the Free Software Foundation. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranties of +MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR +PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program. If not, see . +*/ + #define SERVICE_NAME "org.ayatana.indicator.datetime" #define SERVICE_IFACE "org.ayatana.indicator.datetime.service" -- cgit v1.2.3