~cjcurran/indicator-sound/graceful-crashing

« back to all changes in this revision

Viewing changes to src/dbus-shared-names.h

  • Committer: Conor Curran
  • Date: 2010-01-27 13:21:02 UTC
  • Revision ID: conor.curran@canonical.com-20100127132102-xc5w5ob5kei1iblb
copied contents from lp:~cjcurran/wasilla/soundmenu without the noise

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
A small wrapper utility to load indicators and put them as menu items
 
3
into the gnome-panel using it's applet interface.
 
4
 
 
5
Copyright 2009 Canonical Ltd.
 
6
 
 
7
Authors:
 
8
    Ted Gould <ted@canonical.com>
 
9
 
 
10
This program is free software: you can redistribute it and/or modify it
 
11
under the terms of the GNU General Public License version 3, as published
 
12
by the Free Software Foundation.
 
13
 
 
14
This program is distributed in the hope that it will be useful, but
 
15
WITHOUT ANY WARRANTY; without even the implied warranties of
 
16
MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
 
17
PURPOSE.  See the GNU General Public License for more details.
 
18
 
 
19
You should have received a copy of the GNU General Public License along
 
20
with this program.  If not, see <http://www.gnu.org/licenses/>.
 
21
*/
 
22
 
 
23
 
 
24
#ifndef __DBUS_SHARED_NAMES_H__
 
25
#define __DBUS_SHARED_NAMES_H__ 1
 
26
 
 
27
#define INDICATOR_STATUS_DBUS_NAME  "org.ayatana.indicator.status"
 
28
#define INDICATOR_STATUS_DBUS_OBJECT "/org/ayatana/indicator/status/menu"
 
29
#define INDICATOR_STATUS_SERVICE_DBUS_OBJECT "/org/ayatana/indicator/status/service"
 
30
#define INDICATOR_STATUS_SERVICE_DBUS_INTERFACE "org.ayatana.indicator.status.service"
 
31
 
 
32
#define INDICATOR_USERS_DBUS_NAME  "org.ayatana.indicator.users"
 
33
#define INDICATOR_USERS_DBUS_OBJECT "/org/ayatana/indicator/users/menu"
 
34
#define INDICATOR_USERS_SERVICE_DBUS_OBJECT "/org/gnome/DisplayManager/UserManager"
 
35
#define INDICATOR_USERS_SERVICE_DBUS_INTERFACE "org.gnome.DisplayManager.UserManager"
 
36
 
 
37
#define INDICATOR_SESSION_DBUS_NAME  "org.ayatana.indicator.session"
 
38
#define INDICATOR_SESSION_DBUS_OBJECT "/org/ayatana/indicator/session/menu"
 
39
#define INDICATOR_SESSION_DBUS_VERSION  0
 
40
 
 
41
#define INDICATOR_SOUND_DBUS_NAME  "org.ayatana.indicator.sound"
 
42
#define INDICATOR_SOUND_DBUS_OBJECT "/org/ayatana/indicator/sound/menu"
 
43
#define INDICATOR_SOUND_SERVICE_DBUS_OBJECT "/org/ayatana/indicator/sound/service"
 
44
#define INDICATOR_SOUND_SERVICE_DBUS_INTERFACE "org.ayatana.indicator.sound.service"
 
45
#define INDICATOR_SOUND_DBUS_VERSION  0
 
46
 
 
47
#endif /* __DBUS_SHARED_NAMES_H__ */