aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-12-13 18:04:02 +0100
committerAleksander Morgado <aleksander@aleksander.es>2019-12-13 18:04:02 +0100
commitfcbffbd1231052fb3ea543382b59ad195cc45211 (patch)
treeaa2396533deb1279f6711bf8cd25acf8c769e1cc /docs
parent248cd55f0e5d2a125569f9e7974a43d6b895d6de (diff)
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libmm-glib/libmm-glib-sections.txt2
1 files changed, 2 insertions, 0 deletions
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
</SECTION>
<SECTION>