From 715a7759491b3c7c716ffbf768a2ece222b23fb1 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Tue, 2 Oct 2012 11:37:01 +0200 Subject: libmm-glib,firmware: new `MMModemFirmware' type to handle the Firmware 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 1e65b675..f258c60a 100644 --- a/libmm-glib/mm-object.h +++ b/libmm-glib/mm-object.h @@ -35,6 +35,7 @@ #include "mm-modem-location.h" #include "mm-modem-messaging.h" #include "mm-modem-time.h" +#include "mm-modem-firmware.h" G_BEGIN_DECLS @@ -78,6 +79,7 @@ MMModemSimple *mm_object_get_modem_simple (MMObject *self); 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); MMModem *mm_object_peek_modem (MMObject *self); MMModem3gpp *mm_object_peek_modem_3gpp (MMObject *self); @@ -87,6 +89,7 @@ MMModemSimple *mm_object_peek_modem_simple (MMObject *self); 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); G_END_DECLS -- cgit v1.2.3-70-g09d2