diff options
author | lvmaorui <ZRMaorui.Lu@fibocom.com> | 2021-03-26 16:38:45 +0800 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-10-13 13:14:10 +0200 |
commit | 8e67d2375c8280235b5125e73ccf1e0973c28319 (patch) | |
tree | 15fea90084080eb50580c99f7fdc6f05f8d67617 /libmm-glib/mm-object.h | |
parent | dbd95e30c4a59aee30b3f93ed1f7ac85f96533ea (diff) |
docs,libmm-glib: add SAR user-level api
Diffstat (limited to 'libmm-glib/mm-object.h')
-rw-r--r-- | libmm-glib/mm-object.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libmm-glib/mm-object.h b/libmm-glib/mm-object.h index 817c6f32..f19c5208 100644 --- a/libmm-glib/mm-object.h +++ b/libmm-glib/mm-object.h @@ -42,6 +42,7 @@ #include "mm-modem-voice.h" #include "mm-modem-time.h" #include "mm-modem-firmware.h" +#include "mm-modem-sar.h" #include "mm-modem-signal.h" #include "mm-modem-oma.h" @@ -91,6 +92,7 @@ MMModemMessaging *mm_object_get_modem_messaging (MMObject MMModemVoice *mm_object_get_modem_voice (MMObject *self); MMModemTime *mm_object_get_modem_time (MMObject *self); MMModemFirmware *mm_object_get_modem_firmware (MMObject *self); +MMModemSar *mm_object_get_modem_sar (MMObject *self); MMModemSignal *mm_object_get_modem_signal (MMObject *self); MMModemOma *mm_object_get_modem_oma (MMObject *self); @@ -105,6 +107,7 @@ MMModemMessaging *mm_object_peek_modem_messaging (MMObject MMModemVoice *mm_object_peek_modem_voice (MMObject *self); MMModemTime *mm_object_peek_modem_time (MMObject *self); MMModemFirmware *mm_object_peek_modem_firmware (MMObject *self); +MMModemSar *mm_object_peek_modem_sar (MMObject *self); MMModemSignal *mm_object_peek_modem_signal (MMObject *self); MMModemOma *mm_object_peek_modem_oma (MMObject *self); |