aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-object.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-07-07 20:41:17 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-08-21 12:33:09 +0200
commitfcdbefa51962aac545db7a797b5fbeb60a66ab60 (patch)
treed0cd380b81426ccec857fbcd4df2f2c7a3a6528d /libmm-glib/mm-object.h
parent37115dee9383c79985e6b05122380449b408ae13 (diff)
libmm-glib: handle the new 'Signal' interface
Diffstat (limited to 'libmm-glib/mm-object.h')
-rw-r--r--libmm-glib/mm-object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libmm-glib/mm-object.h b/libmm-glib/mm-object.h
index e2a758f5..cbd5fd22 100644
--- a/libmm-glib/mm-object.h
+++ b/libmm-glib/mm-object.h
@@ -40,6 +40,7 @@
#include "mm-modem-messaging.h"
#include "mm-modem-time.h"
#include "mm-modem-firmware.h"
+#include "mm-modem-signal.h"
G_BEGIN_DECLS
@@ -84,6 +85,7 @@ MMModemLocation *mm_object_get_modem_location (MMObject *self);
MMModemMessaging *mm_object_get_modem_messaging (MMObject *self);
MMModemTime *mm_object_get_modem_time (MMObject *self);
MMModemFirmware *mm_object_get_modem_firmware (MMObject *self);
+MMModemSignal *mm_object_get_modem_signal (MMObject *self);
MMModem *mm_object_peek_modem (MMObject *self);
MMModem3gpp *mm_object_peek_modem_3gpp (MMObject *self);
@@ -94,6 +96,7 @@ MMModemLocation *mm_object_peek_modem_location (MMObject *self);
MMModemMessaging *mm_object_peek_modem_messaging (MMObject *self);
MMModemTime *mm_object_peek_modem_time (MMObject *self);
MMModemFirmware *mm_object_peek_modem_firmware (MMObject *self);
+MMModemSignal *mm_object_peek_modem_signal (MMObject *self);
G_END_DECLS