diff options
Diffstat (limited to 'libmm-glib/mm-object.h')
-rw-r--r-- | libmm-glib/mm-object.h | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/libmm-glib/mm-object.h b/libmm-glib/mm-object.h index eb8ed589..53913db8 100644 --- a/libmm-glib/mm-object.h +++ b/libmm-glib/mm-object.h @@ -32,6 +32,7 @@ #include "mm-modem-cdma.h" #include "mm-modem-simple.h" #include "mm-modem-location.h" +#include "mm-modem-messaging.h" G_BEGIN_DECLS @@ -43,19 +44,21 @@ typedef MmGdbusObject MMObject; const gchar *mm_object_get_path (MMObject *self); gchar *mm_object_dup_path (MMObject *self); -MMModem *mm_object_get_modem (MMObject *object); -MMModem3gpp *mm_object_get_modem_3gpp (MMObject *object); -MMModem3gppUssd *mm_object_get_modem_3gpp_ussd (MMObject *object); -MMModemCdma *mm_object_get_modem_cdma (MMObject *object); -MMModemSimple *mm_object_get_modem_simple (MMObject *object); -MMModemLocation *mm_object_get_modem_location (MMObject *object); - -MMModem *mm_object_peek_modem (MMObject *object); -MMModem3gpp *mm_object_peek_modem_3gpp (MMObject *object); -MMModem3gppUssd *mm_object_peek_modem_3gpp_ussd (MMObject *object); -MMModemCdma *mm_object_peek_modem_cdma (MMObject *object); -MMModemSimple *mm_object_peek_modem_simple (MMObject *object); -MMModemLocation *mm_object_peek_modem_location (MMObject *object); +MMModem *mm_object_get_modem (MMObject *object); +MMModem3gpp *mm_object_get_modem_3gpp (MMObject *object); +MMModem3gppUssd *mm_object_get_modem_3gpp_ussd (MMObject *object); +MMModemCdma *mm_object_get_modem_cdma (MMObject *object); +MMModemSimple *mm_object_get_modem_simple (MMObject *object); +MMModemLocation *mm_object_get_modem_location (MMObject *object); +MMModemMessaging *mm_object_get_modem_messaging (MMObject *object); + +MMModem *mm_object_peek_modem (MMObject *object); +MMModem3gpp *mm_object_peek_modem_3gpp (MMObject *object); +MMModem3gppUssd *mm_object_peek_modem_3gpp_ussd (MMObject *object); +MMModemCdma *mm_object_peek_modem_cdma (MMObject *object); +MMModemSimple *mm_object_peek_modem_simple (MMObject *object); +MMModemLocation *mm_object_peek_modem_location (MMObject *object); +MMModemMessaging *mm_object_peek_modem_messaging (MMObject *object); G_END_DECLS |