From fcbffbd1231052fb3ea543382b59ad195cc45211 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Fri, 13 Dec 2019 18:04:02 +0100 Subject: libmm-glib,3gpp: make MMModem3gppNetwork a boxed type 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. --- docs/reference/libmm-glib/libmm-glib-sections.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/reference') diff --git a/docs/reference/libmm-glib/libmm-glib-sections.txt b/docs/reference/libmm-glib/libmm-glib-sections.txt index f70ad455..1819fcc2 100644 --- a/docs/reference/libmm-glib/libmm-glib-sections.txt +++ b/docs/reference/libmm-glib/libmm-glib-sections.txt @@ -318,7 +318,9 @@ MM_MODEM_3GPP MM_MODEM_3GPP_CLASS MM_MODEM_3GPP_GET_CLASS MM_TYPE_MODEM_3GPP +MM_TYPE_MODEM_3GPP_NETWORK mm_modem_3gpp_get_type +mm_modem_3gpp_network_get_type
-- cgit v1.2.3-70-g09d2