aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-shared.h
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2011-05-08 16:38:32 -0400
committerJason Conti <jason.conti@gmail.com>2011-05-08 16:38:32 -0400
commit966760a1c2fc7008770d87b28e438999091e6dfd (patch)
tree17d5059ba350e90d6159d80fcff1f412a6d0b892 /src/dbus-shared.h
parent477736e00dc0e4eff26b41e587be2e262b6e7a29 (diff)
downloadayatana-indicator-notifications-966760a1c2fc7008770d87b28e438999091e6dfd.tar.gz
ayatana-indicator-notifications-966760a1c2fc7008770d87b28e438999091e6dfd.tar.bz2
ayatana-indicator-notifications-966760a1c2fc7008770d87b28e438999091e6dfd.zip
Updated the formatting for the interface
Diffstat (limited to 'src/dbus-shared.h')
-rw-r--r--src/dbus-shared.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/dbus-shared.h b/src/dbus-shared.h
index f45a82b..313ccf1 100644
--- a/src/dbus-shared.h
+++ b/src/dbus-shared.h
@@ -19,10 +19,9 @@ You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#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 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/example/indicator/example/menu"
+#define MENU_OBJ "/com/example/indicator/example/menu"