diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-03 17:09:05 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-04 10:17:12 +0200 |
commit | 52f457bb8807f1330bbb177954e7944361a8c8a9 (patch) | |
tree | 4f9a9d394613b517b608d6dc44c5fb99e5c01f8b /docs/reference/libmm-glib | |
parent | 54c2ee77b018d19098805cd1b7be63a6f4b85ce8 (diff) |
libmm-glib,bearer-properties: improve documentation
Diffstat (limited to 'docs/reference/libmm-glib')
-rw-r--r-- | docs/reference/libmm-glib/libmm-glib-sections.txt | 37 |
1 files changed, 20 insertions, 17 deletions
diff --git a/docs/reference/libmm-glib/libmm-glib-sections.txt b/docs/reference/libmm-glib/libmm-glib-sections.txt index 53eb5f6c..5d2983f1 100644 --- a/docs/reference/libmm-glib/libmm-glib-sections.txt +++ b/docs/reference/libmm-glib/libmm-glib-sections.txt @@ -736,30 +736,33 @@ mm_bearer_ip_config_get_type <FILE>mm-bearer-properties</FILE> <TITLE>MMBearerProperties</TITLE> MMBearerProperties -MMBearerPropertiesClass -mm_bearer_properties_cmp -mm_bearer_properties_consume_string -mm_bearer_properties_consume_variant -mm_bearer_properties_dup -mm_bearer_properties_get_allow_roaming +<SUBSECTION New> +mm_bearer_properties_new +<SUBSECTION GettersSetters> mm_bearer_properties_get_apn -mm_bearer_properties_get_dictionary +mm_bearer_properties_set_apn +mm_bearer_properties_set_user +mm_bearer_properties_get_user +mm_bearer_properties_get_password +mm_bearer_properties_set_password mm_bearer_properties_get_ip_type +mm_bearer_properties_set_ip_type +mm_bearer_properties_get_allow_roaming +mm_bearer_properties_set_allow_roaming mm_bearer_properties_get_number -mm_bearer_properties_get_password +mm_bearer_properties_set_number mm_bearer_properties_get_rm_protocol -mm_bearer_properties_get_user -mm_bearer_properties_new +mm_bearer_properties_set_rm_protocol +<SUBSECTION Private> mm_bearer_properties_new_from_dictionary mm_bearer_properties_new_from_string -mm_bearer_properties_set_allow_roaming -mm_bearer_properties_set_apn -mm_bearer_properties_set_ip_type -mm_bearer_properties_set_number -mm_bearer_properties_set_password -mm_bearer_properties_set_rm_protocol -mm_bearer_properties_set_user +mm_bearer_properties_cmp +mm_bearer_properties_consume_string +mm_bearer_properties_consume_variant +mm_bearer_properties_dup +mm_bearer_properties_get_dictionary <SUBSECTION Standard> +MMBearerPropertiesClass MMBearerPropertiesPrivate MM_BEARER_PROPERTIES MM_BEARER_PROPERTIES_CLASS |