~oif-team/geis/utopic

« back to all changes in this revision

Viewing changes to libs/geis-dbus/geis_dbus.h

  • Committer: Stephen M. Webb
  • Date: 2011-08-18 22:07:20 UTC
  • mto: (158.1.39 client-arch)
  • mto: This revision was merged to the branch mainline in revision 166.
  • Revision ID: stephen.webb@canonical.com-20110818220720-v443m85qsxf41e87
Introduced a skeletal geis-dbus server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
 
2
 * @file geis_dbus.h
 
3
 * @brief Common definitions for the GEIS DBus module(s).
 
4
 */
 
5
 
 
6
/*
2
7
 * Copyright 2011 Canonical Ltd.
3
8
 *
4
9
 * This library is free software; you can redistribute it and/or modify it under
11
16
 * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
12
17
 * details.
13
18
 *
14
 
 * You should have received a copy of the GNU Lesser General Public License
15
 
 * along with this program; if not, write to the Free Software Foundation, Inc.,
16
 
 * 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
19
 * You should have received a copy of the GNU General Public License
 
20
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
21
 */
18
 
 
19
 
 
20
 
#define GEIS_DBUS_BUS_NAME "com.canonical.utouch"
21
 
#define GEIS_REMOTE_FUNCTION "getAddress"
22
 
 
 
22
#ifndef GEIS_DBUS_H_
 
23
#define GEIS_DBUS_H_
 
24
 
 
25
#define GEIS_DBUS_SERVICE_PATH        "/com/canonical/utouch/Geis"
 
26
#define GEIS_DBUS_SERVICE_INTERFACE   "com.canonical.utouch.Geis"
 
27
 
 
28
#define GEIS_DBUS_GET_SERVER_ADDRESS  "GetServerAddress"
 
29
 
 
30
#endif /* GEIS_DBUS_H_ */