diff options
author | Andrew Lassalle <andrewlassalle@chromium.org> | 2021-10-14 11:57:26 -0700 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-10-17 17:56:44 +0200 |
commit | 8ecf7fc83e8ef0e1985b6a57da5bb25b26e43c72 (patch) | |
tree | 225485b57d5a0fb796ee57ac66fe72428473503f /docs | |
parent | c3fe738e7d69c97c701469095852bd068ce08b98 (diff) |
3gpp-profile: Add profile name
QMI modems also report a profile name, and that value can be used to
select and update a specific profile.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libmm-glib/libmm-glib-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/libmm-glib/libmm-glib-sections.txt b/docs/reference/libmm-glib/libmm-glib-sections.txt index 81de02ad..2f96519c 100644 --- a/docs/reference/libmm-glib/libmm-glib-sections.txt +++ b/docs/reference/libmm-glib/libmm-glib-sections.txt @@ -1588,6 +1588,8 @@ mm_3gpp_profile_get_ip_type mm_3gpp_profile_set_ip_type mm_3gpp_profile_get_profile_id mm_3gpp_profile_set_profile_id +mm_3gpp_profile_get_profile_name +mm_3gpp_profile_set_profile_name <SUBSECTION Private> mm_3gpp_profile_new_from_dictionary mm_3gpp_profile_new_from_string |