diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-02-28 23:46:12 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-02-28 23:55:15 +0100 |
commit | 7cb1344c7ed985575db26b21af1d87a913a65e5e (patch) | |
tree | 892bf52451c4b2e8b151fe18c196c76ba2b71be2 /docs | |
parent | 041f022ff81e72aea748e5b01824ce2de1354ae7 (diff) |
docs: add missing documentation for QmiDataEndpointType
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libqmi-glib/libqmi-glib-common.sections | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/reference/libqmi-glib/libqmi-glib-common.sections b/docs/reference/libqmi-glib/libqmi-glib-common.sections index 3cde8c1..1e22243 100644 --- a/docs/reference/libqmi-glib/libqmi-glib-common.sections +++ b/docs/reference/libqmi-glib/libqmi-glib-common.sections @@ -128,13 +128,18 @@ qmi_proxy_get_type <SECTION> <FILE>qmi-enums</FILE> QmiService +QmiDataEndpointType <SUBSECTION Methods> qmi_service_get_string +qmi_data_endpoint_type_get_string <SUBSECTION Private> qmi_service_build_string_from_mask +qmi_data_endpoint_type_build_string_from_mask <SUBSECTION Standard> QMI_TYPE_SERVICE +QMI_TYPE_DATA_ENDPOINT_TYPE qmi_service_get_type +qmi_data_endpoint_type_get_type </SECTION> <SECTION> |