diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-01-21 16:11:16 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:55 +0100 |
commit | 885042e3651a8a3ead8928c233522bd41297bd63 (patch) | |
tree | efb863408833a1aaecb108fc4f0bcb2df670d523 /build-aux | |
parent | 93a776b17c3265c952fd071bbd8bbd2c70d83e73 (diff) |
api,header: define common object prefixes in the daemon header
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/header-generator.xsl | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/build-aux/header-generator.xsl b/build-aux/header-generator.xsl index 4cd0dea0..c5bc8124 100644 --- a/build-aux/header-generator.xsl +++ b/build-aux/header-generator.xsl @@ -118,8 +118,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Boston, MA 02110-1301 USA. * * Copyright (C) 2008 - 2009 Novell, Inc. - * Copyright (C) 2009 - 2011 Red Hat, Inc. - * Copyright (C) 2011 Google, Inc. + * Copyright (C) 2009 - 2012 Red Hat, Inc. + * Copyright (C) 2011 - 2012 Google, Inc. */ #ifndef _MODEM_MANAGER_NAMES_H_ @@ -128,6 +128,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define MM_DBUS_PATH "/org/freedesktop/ModemManager1" #define MM_DBUS_SERVICE "org.freedesktop.ModemManager1" +/* Prefix for object paths */ +#define MM_DBUS_MODEM_PREFIX MM_DBUS_PATH "/Modem" +#define MM_DBUS_BEARER_PREFIX MM_DBUS_PATH "/Bearer" +#define MM_DBUS_SIM_PREFIX MM_DBUS_PATH "/SIM" + /************** * Interfaces * **************/ |