aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-modem-3gpp.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2013-08-04 15:13:17 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-08-14 13:30:35 +0200
commit0abba497ab8ebc0564044917df67c2237b20168b (patch)
treea7a54d86b8f29e9974d1faca35b010781ed8322f /libmm-glib/mm-modem-3gpp.c
parent34f6a2b63e9053f2beabb2a5af221221d5a0f791 (diff)
libmm-glib: Fix and add introspection annotations
Bug #705641.
Diffstat (limited to 'libmm-glib/mm-modem-3gpp.c')
-rw-r--r--libmm-glib/mm-modem-3gpp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmm-glib/mm-modem-3gpp.c b/libmm-glib/mm-modem-3gpp.c
index 40c7e862..c0a98bb1 100644
--- a/libmm-glib/mm-modem-3gpp.c
+++ b/libmm-glib/mm-modem-3gpp.c
@@ -499,7 +499,7 @@ create_networks_list (GVariant *variant)
*
* Finishes an operation started with mm_modem_3gpp_scan().
*
- * Returns: a list of #MMModem3gppNetwork structs, or #NULL if @error is set. The returned value should be freed with g_list_free_full() using mm_modem_3gpp_network_free() as #GDestroyNotify function.
+ * Returns: (transfer full) (element-type ModemManager.Modem3gppNetwork): a list of #MMModem3gppNetwork structs, or #NULL if @error is set. The returned value should be freed with g_list_free_full() using mm_modem_3gpp_network_free() as #GDestroyNotify function.
*/
GList *
mm_modem_3gpp_scan_finish (MMModem3gpp *self,
@@ -552,7 +552,7 @@ mm_modem_3gpp_scan (MMModem3gpp *self,
* The calling thread is blocked until a reply is received. See mm_modem_3gpp_scan()
* for the asynchronous version of this method.
*
- * Returns: a list of #MMModem3gppNetwork structs, or #NULL if @error is set. The returned value should be freed with g_list_free_full() using mm_modem_3gpp_network_free() as #GDestroyNotify function.
+ * Returns: (transfer full) (element-type ModemManager.Modem3gppNetwork): a list of #MMModem3gppNetwork structs, or #NULL if @error is set. The returned value should be freed with g_list_free_full() using mm_modem_3gpp_network_free() as #GDestroyNotify function.
*/
GList *
mm_modem_3gpp_scan_sync (MMModem3gpp *self,