~unity-api-team/hud/lp-1288025

« back to all changes in this revision

Viewing changes to src/dbus-shared.h

Tags: upstream-13.04.0
ImportĀ upstreamĀ versionĀ 13.04.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
An implementation of indicator object showing menus from applications.
3
 
 
4
 
Copyright 2010 Canonical Ltd.
5
 
 
6
 
Authors:
7
 
    Ted Gould <ted@canonical.com>
8
 
 
9
 
This program is free software: you can redistribute it and/or modify it 
10
 
under the terms of the GNU General Public License version 3, as published 
11
 
by the Free Software Foundation.
12
 
 
13
 
This program is distributed in the hope that it will be useful, but 
14
 
WITHOUT ANY WARRANTY; without even the implied warranties of 
15
 
MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR 
16
 
PURPOSE.  See the GNU General Public License for more details.
17
 
 
18
 
You should have received a copy of the GNU General Public License along 
19
 
with this program.  If not, see <http://www.gnu.org/licenses/>.
20
 
*/
21
 
 
22
 
 
23
 
#define  DBUS_NAME   "com.canonical.AppMenu.Registrar"
24
 
 
25
 
#define  REG_IFACE  "com.canonical.AppMenu.Registrar"
26
 
#define  REG_OBJECT "/com/canonical/AppMenu/Registrar"
27
 
 
28
 
#define  DEBUG_IFACE   "com.canonical.AppMenu.Renderer"
29
 
#define  DEBUG_OBJECT "/com/canonical/AppMenu/Renderer"
30