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 /libmm-glib/mm-pco.c | |
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 'libmm-glib/mm-pco.c')
-rw-r--r-- | libmm-glib/mm-pco.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/libmm-glib/mm-pco.c b/libmm-glib/mm-pco.c index 4804541e..632f947b 100644 --- a/libmm-glib/mm-pco.c +++ b/libmm-glib/mm-pco.c @@ -255,15 +255,7 @@ mm_pco_list_free (GList *pco_list) } /** - * mm_pco_list_add: - * @pco_list: (transfer full)(element-type ModemManager.Pco): a #GList of #MMPco. - * @pco: (transfer none): a #MMPco to add to the given list. - * - * Adds a #MMPco to a given PCO list. #MMPco objects stored in the order of - * their session ID. An existing PCO with the same session ID is overwritten - * with the new value. - * - * Returns: (transfer full)(element-type ModemManager.Pco): the new start of an updated or newly allocated #GList of #MMPco. + * mm_pco_list_add: (skip) */ GList * mm_pco_list_add (GList *pco_list, |