diff options
author | Riccardo Vangelisti <riccardo.vangelisti@sadel.it> | 2015-04-27 11:38:57 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2015-08-02 10:39:12 +0200 |
commit | 0bf4ad6b66b1ea7626df28dc2417686b9e2d03f7 (patch) | |
tree | 4fb3fe9aea212c941954d94f4d040cfa6c5c9cfb /libmm-glib/mm-common-helpers.h | |
parent | 0feb4acef4d47bc3c22bb1b8f121e5959fb55901 (diff) |
libmm-glib: added support for Modem.Voice and Call interfaces
Diffstat (limited to 'libmm-glib/mm-common-helpers.h')
-rw-r--r-- | libmm-glib/mm-common-helpers.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libmm-glib/mm-common-helpers.h b/libmm-glib/mm-common-helpers.h index b05a4a92..c65d3b98 100644 --- a/libmm-glib/mm-common-helpers.h +++ b/libmm-glib/mm-common-helpers.h @@ -63,6 +63,14 @@ MMSmsCdmaTeleserviceId mm_common_get_sms_cdma_teleservice_id_from_string (co GError **error); MMSmsCdmaServiceCategory mm_common_get_sms_cdma_service_category_from_string (const gchar *str, GError **error); + +MMCallDirection mm_common_get_call_direction_from_string (const gchar *str, + GError **error); +MMCallState mm_common_get_call_state_from_string (const gchar *str, + GError **error); +MMCallStateReason mm_common_get_call_state_reason_from_string (const gchar *str, + GError **error); + MMOmaFeature mm_common_get_oma_features_from_string (const gchar *str, GError **error); MMOmaSessionType mm_common_get_oma_session_type_from_string (const gchar *str, |