diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-07-12 12:56:50 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-08-08 09:50:04 +0200 |
commit | c0d4f3157aeb2452155e558fb11daa6b7ef860dd (patch) | |
tree | b6a2295ebce477686870d3ae8cc11119f6f9080e /docs/reference | |
parent | 5ba2c1d6cbd2d1a089d5d1219ffd3a7b8b5c60d3 (diff) |
libmm-glib: new 'MMCdmaManualActivationProperties' helper object
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/libmm-glib/libmm-glib-docs.xml | 1 | ||||
-rw-r--r-- | docs/reference/libmm-glib/libmm-glib-sections.txt | 40 |
2 files changed, 41 insertions, 0 deletions
diff --git a/docs/reference/libmm-glib/libmm-glib-docs.xml b/docs/reference/libmm-glib/libmm-glib-docs.xml index 4e0e1fd8..9b4162b3 100644 --- a/docs/reference/libmm-glib/libmm-glib-docs.xml +++ b/docs/reference/libmm-glib/libmm-glib-docs.xml @@ -79,6 +79,7 @@ <xi:include href="xml/mm-modem-3gpp.xml"/> <xi:include href="xml/mm-modem-3gpp-ussd.xml"/> <xi:include href="xml/mm-modem-cdma.xml"/> + <xi:include href="xml/mm-cdma-manual-activation-properties.xml"/> <xi:include href="xml/mm-unlock-retries.xml"/> </section> <section> diff --git a/docs/reference/libmm-glib/libmm-glib-sections.txt b/docs/reference/libmm-glib/libmm-glib-sections.txt index 1784b4c1..04e1f487 100644 --- a/docs/reference/libmm-glib/libmm-glib-sections.txt +++ b/docs/reference/libmm-glib/libmm-glib-sections.txt @@ -283,6 +283,46 @@ mm_modem_3gpp_ussd_get_type </SECTION> <SECTION> +<FILE>mm-cdma-manual-activation-properties</FILE> +<TITLE>MMCdmaManualActivationProperties</TITLE> +MMCdmaManualActivationProperties + +<SUBSECTION Methods> +mm_cdma_manual_activation_properties_new +mm_cdma_manual_activation_properties_get_spc +mm_cdma_manual_activation_properties_set_spc +mm_cdma_manual_activation_properties_get_sid +mm_cdma_manual_activation_properties_set_sid +mm_cdma_manual_activation_properties_get_mdn +mm_cdma_manual_activation_properties_set_mdn +mm_cdma_manual_activation_properties_get_min +mm_cdma_manual_activation_properties_set_min +mm_cdma_manual_activation_properties_get_mn_ha_key +mm_cdma_manual_activation_properties_set_mn_ha_key +mm_cdma_manual_activation_properties_get_mn_aaa_key +mm_cdma_manual_activation_properties_set_mn_aaa_key +mm_cdma_manual_activation_properties_get_prl +mm_cdma_manual_activation_properties_peek_prl_bytearray +mm_cdma_manual_activation_properties_get_prl_bytearray +mm_cdma_manual_activation_properties_set_prl +mm_cdma_manual_activation_properties_set_prl_bytearray +<SUBSECTION Private> +mm_cdma_manual_activation_properties_new_from_string +mm_cdma_manual_activation_properties_new_from_dictionary +mm_cdma_manual_activation_properties_get_dictionary +<SUBSECTION Standard> +MMCdmaManualActivationPropertiesClass +MMCdmaManualActivationPropertiesPrivate +MM_CDMA_MANUAL_ACTIVATION_PROPERTIES +MM_CDMA_MANUAL_ACTIVATION_PROPERTIES_CLASS +MM_CDMA_MANUAL_ACTIVATION_PROPERTIES_GET_CLASS +MM_IS_CDMA_MANUAL_ACTIVATION_PROPERTIES +MM_IS_CDMA_MANUAL_ACTIVATION_PROPERTIES_CLASS +MM_TYPE_CDMA_MANUAL_ACTIVATION_PROPERTIES +mm_cdma_manual_activation_properties_get_type +</SECTION> + +<SECTION> <FILE>mm-modem-cdma</FILE> <TITLE>MMModemCdma</TITLE> MMModemCdma |