aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-object.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-08-13 14:45:06 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-09-09 10:15:18 +0200
commit8ab38ae96850da78c82ebd53ae037907c5b480a9 (patch)
treed2c12a0e8e64acde471f39e60ab9191215392dd3 /libmm-glib/mm-object.h
parent32de7d6fef06b75137ed573782fc25173f6f02f2 (diff)
libmm-glib: support for the 'OMA' 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 cbd5fd22..bef90b94 100644
--- a/libmm-glib/mm-object.h
+++ b/libmm-glib/mm-object.h
@@ -41,6 +41,7 @@
#include "mm-modem-time.h"
#include "mm-modem-firmware.h"
#include "mm-modem-signal.h"
+#include "mm-modem-oma.h"
G_BEGIN_DECLS
@@ -86,6 +87,7 @@ 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);
+MMModemOma *mm_object_get_modem_oma (MMObject *self);
MMModem *mm_object_peek_modem (MMObject *self);
MMModem3gpp *mm_object_peek_modem_3gpp (MMObject *self);
@@ -97,6 +99,7 @@ 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);
+MMModemOma *mm_object_peek_modem_oma (MMObject *self);
G_END_DECLS