~ubuntu-branches/ubuntu/trusty/indicator-sound-gtk2/trusty-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-09-10 00:09:01 UTC
  • Revision ID: package-import@ubuntu.com-20120910000901-q6469svv5d3pmn0y
Tags: upstream-12.10.0.1
ImportĀ upstreamĀ versionĀ 12.10.0.1

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 2010 Canonical Ltd.
 
6
 
 
7
Authors:
 
8
    Conor Curran <conor.curran@canonical.com>
 
9
    Ted Gould <ted@canonical.com>
 
10
 
 
11
This program is free software: you can redistribute it and/or modify it
 
12
under the terms of the GNU General Public License version 3, as published
 
13
by the Free Software Foundation.
 
14
 
 
15
This program is distributed in the hope that it will be useful, but
 
16
WITHOUT ANY WARRANTY; without even the implied warranties of
 
17
MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
 
18
PURPOSE.  See the GNU General Public License for more details.
 
19
 
 
20
You should have received a copy of the GNU General Public License along
 
21
with this program.  If not, see <http://www.gnu.org/licenses/>.
 
22
*/
 
23
 
 
24
 
 
25
#ifndef __DBUS_SHARED_NAMES_H__
 
26
#define __DBUS_SHARED_NAMES_H__
 
27
 
 
28
#define INDICATOR_SOUND_DBUS_NAME  "com.canonical.indicator.sound"
 
29
#define INDICATOR_SOUND_MENU_DBUS_OBJECT_PATH "/com/canonical/indicator/sound/menu"
 
30
#define INDICATOR_SOUND_SERVICE_DBUS_OBJECT_PATH "/com/canonical/indicator/sound/service"
 
31
#define INDICATOR_SOUND_DBUS_INTERFACE "com.canonical.indicator.sound"
 
32
#define INDICATOR_SOUND_DBUS_VERSION  0
 
33
 
 
34
#define INDICATOR_SOUND_SIGNAL_STATE_UPDATE               "SoundStateUpdate"
 
35
 
 
36
 
 
37
#endif /* __DBUS_SHARED_NAMES_H__ */