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.h | |
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.h')
-rw-r--r-- | libmm-glib/mm-pco.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmm-glib/mm-pco.h b/libmm-glib/mm-pco.h index 08f4694d..95b9ec16 100644 --- a/libmm-glib/mm-pco.h +++ b/libmm-glib/mm-pco.h @@ -65,8 +65,6 @@ const guint8 *mm_pco_get_data (MMPco *self, gsize *data_size); void mm_pco_list_free (GList *pco_list); -GList *mm_pco_list_add (GList *pco_list, - MMPco *pco); /*****************************************************************************/ /* ModemManager/libmm-glib/mmcli specific methods */ @@ -87,6 +85,8 @@ void mm_pco_set_data (MMPco *self, const guint8 *data, gsize data_size); +GList *mm_pco_list_add (GList *pco_list, + MMPco *pco); #endif G_END_DECLS |