Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-13 | libmm-glib,3gpp: make MMModem3gppNetwork a boxed type | Aleksander Morgado | |
So that bindings know how to free the list of structs. This commit ends up triggering an API break in the bindings generated via GObject introspection, because the methods to access the items of a MMModem3gppNetwork are no longer treated as Modem3gpp class methods. E.g. instead of: ModemManager.Modem3gpp.network_get_operator_code(network) We should now do: network.get_operator_code() There is no API break in libmm-glib. | |||
2019-12-13 | examples: new network-scan-python example | Aleksander Morgado | |
This is currently not working completely ok because python doesn't know how to free the GList of MMModem3gppNetwork elements. /org/freedesktop/ModemManager1/Modem/1: starting network scan... 21403: Orange - Orange (unknown, forbidden) 21401: vodafone ES - vodafone ES (unknown, forbidden) 21403: Orange - Orange (unknown, forbidden) 21403: Orange - Orange (unknown, forbidden) 21401: vodafone ES - vodafone ES (unknown, forbidden) 21404: Yoigo - Yoigo (unknown, forbidden) 21401: vodafone ES - vodafone ES (unknown, forbidden) 21404: Yoigo - Yoigo (unknown, forbidden) 21407: Movistar - Movistar (unknown, available) 21407: Movistar - Movistar (unknown, available) 21407: Movistar - Movistar (unknown, current) free(): invalid pointer Aborted | |||
2019-01-13 | examples,watcher: print runtime MM version | Aleksander Morgado | |
2016-07-25 | examples: avoid warning in modem-watcher-python example | Aleksander Morgado | |
PyGIWarning: ModemManager was imported without specifying a version first. Use gi.require_version('ModemManager', '1.0') before import to ensure that the right version gets loaded. | |||
2016-07-25 | examples: add SMS sender in python | Aleksander Morgado | |
2014-04-11 | examples: add modem watcher example in JS | Aleksander Morgado | |
2014-04-11 | examples: add modem watcher example in python | Aleksander Morgado | |