diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-08-16 14:28:42 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-09-09 10:20:40 +0200 |
commit | 7751f2d6ed0a4afeb7330ae9262c949e76ce14b2 (patch) | |
tree | d7de7d630c1ac4344dfdabd610af0a578e91aa36 /libmm-glib/mm-common-helpers.h | |
parent | 03dc346adde7e00af1c6f08b05f40fd01250089f (diff) |
mmcli,oma: support for the new OMA interface
Diffstat (limited to 'libmm-glib/mm-common-helpers.h')
-rw-r--r-- | libmm-glib/mm-common-helpers.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libmm-glib/mm-common-helpers.h b/libmm-glib/mm-common-helpers.h index 6d58938d..e9ef27a9 100644 --- a/libmm-glib/mm-common-helpers.h +++ b/libmm-glib/mm-common-helpers.h @@ -59,6 +59,10 @@ MMBearerAllowedAuth mm_common_get_allowed_auth_from_string (const gchar *str, GError **error); MMSmsStorage mm_common_get_sms_storage_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, + GError **error); GArray *mm_common_ports_variant_to_garray (GVariant *variant); MMModemPortInfo *mm_common_ports_variant_to_array (GVariant *variant, |