diff options
author | Dan Williams <dcbw@redhat.com> | 2009-12-22 16:58:23 -0800 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2009-12-22 16:58:23 -0800 |
commit | b94627572fa09ed71bfcc633e9b5a40f5e49c596 (patch) | |
tree | 99f18a3d5311375c9decde35ad6f85d7b61af78f /src/mm-modem.h | |
parent | 710986bd4b630095eff7b53bc5d46d0bed94495e (diff) |
core: implement a PropertiesChanged signal for the MMModem class
At the moment only the Enabled property is exported.
Diffstat (limited to 'src/mm-modem.h')
-rw-r--r-- | src/mm-modem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-modem.h b/src/mm-modem.h index 3102cea0..b59525e2 100644 --- a/src/mm-modem.h +++ b/src/mm-modem.h @@ -47,6 +47,8 @@ typedef enum { #define MM_IS_MODEM(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), MM_TYPE_MODEM)) #define MM_MODEM_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), MM_TYPE_MODEM, MMModem)) +#define MM_MODEM_DBUS_INTERFACE "org.freedesktop.ModemManager.Modem" + #define MM_MODEM_DATA_DEVICE "device" #define MM_MODEM_MASTER_DEVICE "master-device" #define MM_MODEM_DRIVER "driver" |