summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-10-23 20:54:26 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-10-24 23:25:59 +0200
commit96d91405bca6415b37fe1a5c5be884412d8d83ea (patch)
treef33db0dc4d487299e4be6bc001ffe29d3a3d45af /docs/reference
parent6d09092611b3dd1c8a24cef42943b1f009d81a24 (diff)
libmbim-glib,enums: rename 'MbimDataClassV2' to 'MbimDataClassV3'
The type is introduced in MBIMEx v3.0, so just name it with the v3 suffix, not to confuse with the updated introduced in MBIMEx v2.0, which is compatible with the original type in MBIM v1.0.
Diffstat (limited to 'docs/reference')
-rwxr-xr-xdocs/reference/libmbim-glib/libmbim-glib-common.sections10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/reference/libmbim-glib/libmbim-glib-common.sections b/docs/reference/libmbim-glib/libmbim-glib-common.sections
index 4507d0f..0531a25 100755
--- a/docs/reference/libmbim-glib/libmbim-glib-common.sections
+++ b/docs/reference/libmbim-glib/libmbim-glib-common.sections
@@ -378,7 +378,7 @@ MbimDefaultPduActivationHint
MbimLadnInfo
MbimDrxCycle
MbimSubscriberReadyStatusFlag
-MbimDataClassV2
+MbimDataClassV3
MbimDataSublass
<SUBSECTION Methods>
mbim_device_type_get_string
@@ -461,7 +461,7 @@ mbim_default_pdu_activation_hint_get_string
mbim_ladn_info_get_string
mbim_drx_cycle_get_string
mbim_subscriber_ready_status_flag_build_string_from_mask
-mbim_data_class_v2_build_string_from_mask
+mbim_data_class_v3_build_string_from_mask
mbim_data_subclass_build_string_from_mask
<SUBSECTION Private>
mbim_device_type_build_string_from_mask
@@ -546,7 +546,7 @@ mbim_default_pdu_activation_hint_build_string_from_mask
mbim_ladn_info_build_string_from_mask
mbim_drx_cycle_build_string_from_mask
mbim_subscriber_ready_status_flag_get_string
-mbim_data_class_v2_get_string
+mbim_data_class_v3_get_string
mbim_data_subclass_get_string
<SUBSECTION Standard>
MBIM_TYPE_ACTIVATION_COMMAND
@@ -634,7 +634,7 @@ MBIM_TYPE_DEFAULT_PDU_ACTIVATION_HINT
MBIM_TYPE_LADN_INFO
MBIM_TYPE_DRX_CYCLE
MBIM_TYPE_SUBSCRIBER_READY_STATUS_FLAG
-MBIM_TYPE_DATA_CLASS_V2
+MBIM_TYPE_DATA_CLASS_V3
MBIM_TYPE_DATA_SUBCLASS
mbim_activation_command_get_type
mbim_activation_state_get_type
@@ -721,7 +721,7 @@ mbim_default_pdu_activation_hint_get_type
mbim_ladn_info_get_type
mbim_drx_cycle_get_type
mbim_subscriber_ready_status_flag_get_type
-mbim_data_class_v2_get_type
+mbim_data_class_v3_get_type
mbim_data_subclass_get_type
</SECTION>