Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-27 | libmm-glib: separate files for flags and enums types | Aleksander Morgado | |
This allows us to skip needing to include the non-existent build_string_from_mask() or get_string() counterparts in the documentation index. | |||
2021-11-16 | libmm-glib: fix license in sources | Aleksander Morgado | |
The libmm-glib library is LGPLv2+, not GPLv2+. | |||
2021-06-25 | libmm-glib,pco: move deprecated methods to compat source | Aleksander Morgado | |
2019-10-28 | libmm-glib,pco: deprecate mm_pco_list_free() | Aleksander Morgado | |
Use g_list_free_full() using g_object_unref() as #GDestroyNotify function instead. | |||
2019-10-28 | libmm-glib: flag as (skip) all non-API methods | Aleksander Morgado | |
So that the GI scanner ignores them. | |||
2019-10-28 | docs,libmm-glib: provide per-version indices | Aleksander Morgado | |
2019-10-27 | libmm-glib,pco: mm_pco_list_add() is not part of the API | Aleksander Morgado | |
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. | |||
2018-08-28 | libmm-glib,pco: add some more missing documentation for MMPco | Aleksander Morgado | |
2018-08-28 | libmm-glib,pco: add missing documentation for MMPco | Ben Chan | |
2018-08-18 | libmm-glib,pco: add helpers for managing a list of MMPco | Ben Chan | |
2018-08-18 | libmm-glib: add MMPco for handling raw PCO data | Ben Chan | |