~kvalo/connman/bug-734339

« back to all changes in this revision

Viewing changes to include/dbus.h

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel, Alexander Sack, Mathieu Trudel
  • Date: 2009-10-14 23:59:04 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20091014235904-xbulmde9bfcx0wuk
Tags: 0.42+dfsg-0ubuntu1
* new upstream release 0.42 with FFe (LP: #444172)

[ Alexander Sack <asac@ubuntu.com> ]
* LP: #402998 - homepage used in package is outdated; updated to
  http://www.connman.net
  - update debian/control
* LP: #402999 - add Vcs-Browser to debian/control and change Vcs-Bzr
  to read/write location
  - update debian/control
* LP: #400576 - Please use compatible mode to provide NetworkManager
  dbus interface; ship a /etc/default/connman which enables NM
  compatibility mode; also include example how to enable debugging
  - add debian/connman.default
* explicitly install init script
  - debian/connnman.install
* set --only-scripts parameter for dh_installinit (cdbs)
  - update debian/rules

[ Mathieu Trudel <mathieu.tl@gmail.com> ]
* bump Standards-Version to 3.8.3
  - update debian/control 
* add GIT_BRANCH, GIT_BRANCH_NAME, DEB_MAJOR_VERSION to support daily builds
  - update debian/rules
* Add update-local-branch code to work with local git copies
  - update debian/rules 
* Revise get-orig-source code, add get-current-source and GET_SOURCE snippets
  - update debian/rules
* Handle dfsg special case, add MAKE_DFSG_COMPLIANT snippet
  - update debian/rules
* Add pre-build, clean targets
  - update debian/rules 
* Patch init script to add LSB headers (Closes: #543869)
  - add debian/patches/01-init-script-lsb-headers.patch
  - update debian/patches/series

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#ifndef __CONNMAN_DBUS_H
23
23
#define __CONNMAN_DBUS_H
24
24
 
 
25
#include <dbus/dbus.h>
 
26
 
25
27
#ifdef __cplusplus
26
28
extern "C" {
27
29
#endif
28
30
 
29
 
#include <dbus/dbus.h>
30
 
 
31
31
#define CONNMAN_SERVICE                 "org.moblin.connman"
32
32
 
33
33
#define CONNMAN_DEBUG_INTERFACE         CONNMAN_SERVICE ".Debug"
37
37
#define CONNMAN_MANAGER_INTERFACE       CONNMAN_SERVICE ".Manager"
38
38
#define CONNMAN_MANAGER_PATH            "/"
39
39
 
 
40
#define CONNMAN_TASK_INTERFACE          CONNMAN_SERVICE ".Task"
40
41
#define CONNMAN_PROFILE_INTERFACE       CONNMAN_SERVICE ".Profile"
41
42
#define CONNMAN_SERVICE_INTERFACE       CONNMAN_SERVICE ".Service"
42
43
#define CONNMAN_DEVICE_INTERFACE        CONNMAN_SERVICE ".Device"