diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-12-28 13:59:48 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:39 +0100 |
commit | 93880155f0e38b54a0886c7cebb05075293c86f4 (patch) | |
tree | 6401a64a4c4753329e7624811483d7840ff04aaa /src/mm-iface-modem-simple.h | |
parent | ba1a448717d29885492ac1e9644df19324e7bfd0 (diff) |
iface-modem-simple: implement GetStatus()
Diffstat (limited to 'src/mm-iface-modem-simple.h')
-rw-r--r-- | src/mm-iface-modem-simple.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mm-iface-modem-simple.h b/src/mm-iface-modem-simple.h index fb942094..5b9b8af6 100644 --- a/src/mm-iface-modem-simple.h +++ b/src/mm-iface-modem-simple.h @@ -24,7 +24,8 @@ #define MM_IS_IFACE_MODEM_SIMPLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), MM_TYPE_IFACE_MODEM_SIMPLE)) #define MM_IFACE_MODEM_SIMPLE_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), MM_TYPE_IFACE_MODEM_SIMPLE, MMIfaceModemSimple)) -#define MM_IFACE_MODEM_SIMPLE_DBUS_SKELETON "iface-modem-simple-dbus-skeleton" +#define MM_IFACE_MODEM_SIMPLE_DBUS_SKELETON "iface-modem-simple-dbus-skeleton" +#define MM_IFACE_MODEM_SIMPLE_STATUS "iface-modem-simple-status" typedef struct _MMIfaceModemSimple MMIfaceModemSimple; |