diff options
Diffstat (limited to 'docs/reference/libmm-glib')
-rw-r--r-- | docs/reference/libmm-glib/libmm-glib-sections.txt | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/reference/libmm-glib/libmm-glib-sections.txt b/docs/reference/libmm-glib/libmm-glib-sections.txt index b793b09b..181d6604 100644 --- a/docs/reference/libmm-glib/libmm-glib-sections.txt +++ b/docs/reference/libmm-glib/libmm-glib-sections.txt @@ -604,8 +604,10 @@ mm_simple_connect_properties_get_allowed_modes mm_simple_connect_properties_set_allowed_modes mm_simple_connect_properties_get_apn mm_simple_connect_properties_set_apn -mm_simple_connect_properties_set_user +mm_simple_connect_properties_get_allowed_auth +mm_simple_connect_properties_set_allowed_auth mm_simple_connect_properties_get_user +mm_simple_connect_properties_set_user mm_simple_connect_properties_get_password mm_simple_connect_properties_set_password mm_simple_connect_properties_get_ip_type @@ -752,8 +754,10 @@ mm_bearer_properties_new <SUBSECTION GettersSetters> mm_bearer_properties_get_apn mm_bearer_properties_set_apn -mm_bearer_properties_set_user +mm_bearer_properties_get_allowed_auth +mm_bearer_properties_set_allowed_auth mm_bearer_properties_get_user +mm_bearer_properties_set_user mm_bearer_properties_get_password mm_bearer_properties_set_password mm_bearer_properties_get_ip_type @@ -917,6 +921,7 @@ mm_sms_properties_get_type <TITLE>Flags and Enumerations</TITLE> mm_bearer_ip_method_get_string mm_bearer_ip_family_get_string +mm_bearer_allowed_auth_build_string_from_mask mm_modem_capability_build_string_from_mask mm_modem_state_get_string mm_modem_state_change_reason_get_string @@ -954,6 +959,7 @@ mm_modem_location_source_get_string mm_modem_contacts_storage_build_string_from_mask mm_bearer_ip_family_build_string_from_mask mm_bearer_ip_method_build_string_from_mask +mm_bearer_allowed_auth_get_string mm_modem_cdma_registration_state_build_string_from_mask mm_modem_cdma_activation_state_build_string_from_mask mm_modem_cdma_rm_protocol_build_string_from_mask @@ -965,6 +971,7 @@ mm_firmware_image_type_build_string_from_mask <SUBSECTION Standard> MM_TYPE_BEARER_IP_FAMILY MM_TYPE_BEARER_IP_METHOD +MM_TYPE_BEARER_ALLOWED_AUTH MM_TYPE_FIRMWARE_IMAGE_TYPE MM_TYPE_MODEM_3GPP_FACILITY MM_TYPE_MODEM_3GPP_NETWORK_AVAILABILITY @@ -988,6 +995,7 @@ MM_TYPE_SMS_STATE MM_TYPE_SMS_STORAGE mm_bearer_ip_family_get_type mm_bearer_ip_method_get_type +mm_bearer_allowed_auth_get_type mm_firmware_image_type_get_type mm_modem_3gpp_facility_get_type mm_modem_3gpp_network_availability_get_type |