aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-modem-messaging.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2018-03-13 13:07:10 +0100
committerAleksander Morgado <aleksander@aleksander.es>2018-03-13 13:07:10 +0100
commitc147dfc267bfe3e9a43ab8873e285f45e66b3528 (patch)
treeb2ccfffdef90932865aa33ab15082c55aec12654 /libmm-glib/mm-modem-messaging.c
parent5dff6ce5944d2f97522ead0914f4814dd9a939a0 (diff)
libmm-glib: use ModemManager prefix to refer to the introspected types
Diffstat (limited to 'libmm-glib/mm-modem-messaging.c')
-rw-r--r--libmm-glib/mm-modem-messaging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmm-glib/mm-modem-messaging.c b/libmm-glib/mm-modem-messaging.c
index 148f94f1..e18a6439 100644
--- a/libmm-glib/mm-modem-messaging.c
+++ b/libmm-glib/mm-modem-messaging.c
@@ -375,7 +375,7 @@ mm_modem_messaging_list (MMModemMessaging *self,
* The calling thread is blocked until a reply is received. See mm_modem_messaging_list()
* for the asynchronous version of this method.
*
- * Returns: (element-type MMSms) (transfer full): A list of #MMSms objects, or #NULL if either not found or @error is set. The returned value should be freed with g_list_free_full() using g_object_unref() as #GDestroyNotify function.
+ * Returns: (element-type ModemManager.Sms) (transfer full): A list of #MMSms objects, or #NULL if either not found or @error is set. The returned value should be freed with g_list_free_full() using g_object_unref() as #GDestroyNotify function.
*/
GList *
mm_modem_messaging_list_sync (MMModemMessaging *self,