aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-shared.h
blob: 0b974832cdbdf20ca027567ba0173adb64a30ab7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
An indicator to display recent notifications.

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 <http://www.gnu.org/licenses/>.
*/

#define SERVICE_NAME    "com.launchpad.recent-notifications.indicator"
#define SERVICE_IFACE   "com.launchpad.recent-notifications.indicator.service"
#define SERVICE_OBJ     "/com/launchpad/recent-notifications/indicator/service"
#define SERVICE_VERSION 1

#define MENU_OBJ        "/com/launchpad/recent-notifications/indicator/menu"