diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-26 22:43:53 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-27 16:56:29 +0100 |
commit | b325270296f89f9bca1c054b4661906984f6b19a (patch) | |
tree | 7d2c3ea4382329541475c0b22470568852523e01 /docs/reference | |
parent | d09aa38552606e175fcda92a12efec5b9d8f5bc8 (diff) |
libmm-glib,pco: mm_pco_list_add() is not part of the API
This method is used by the daemon to modify the GList of MMPco
objects, the client should not need to use this method for anything.
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/libmm-glib/libmm-glib-sections.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/libmm-glib/libmm-glib-sections.txt b/docs/reference/libmm-glib/libmm-glib-sections.txt index be2b0102..f70ad455 100644 --- a/docs/reference/libmm-glib/libmm-glib-sections.txt +++ b/docs/reference/libmm-glib/libmm-glib-sections.txt @@ -1417,7 +1417,6 @@ mm_pco_get_session_id mm_pco_is_complete mm_pco_get_data <SUBSECTION List> -mm_pco_list_add mm_pco_list_free <SUBSECTION Private> mm_pco_new @@ -1426,6 +1425,7 @@ mm_pco_to_variant mm_pco_set_session_id mm_pco_set_complete mm_pco_set_data +mm_pco_list_add <SUBSECTION Standard> MMPcoClass MMPcoPrivate |