From fcdbefa51962aac545db7a797b5fbeb60a66ab60 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Sun, 7 Jul 2013 20:41:17 +0200 Subject: libmm-glib: handle the new 'Signal' interface --- libmm-glib/mm-object.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libmm-glib/mm-object.h') 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 -- cgit v1.2.3-70-g09d2