aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-object.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-10-02 11:37:01 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-10-04 10:17:05 +0200
commit715a7759491b3c7c716ffbf768a2ece222b23fb1 (patch)
treeca04777e42c651fb3a43941396d6e7e79f61a171 /libmm-glib/mm-object.h
parenta795772e3ddb26a0e8c07e959e68c05f61f29728 (diff)
libmm-glib,firmware: new `MMModemFirmware' type to handle the Firmware 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 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