summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2018-03-13 13:07:10 +0100
committerAleksander Morgado <aleksander@aleksander.es>2018-06-13 12:53:33 +0200
commita259e6d643446257a4cfe2d47110c9bb520da258 (patch)
treea8d34e38b153e0f74b1b18e23967e9c4701eb273
parent863480b84661a83566e17b6c52534f0cd9a0a31b (diff)
downloadModemManager-a259e6d643446257a4cfe2d47110c9bb520da258.tar.gz
libmm-glib: use ModemManager prefix to refer to the introspected types
(cherry picked from commit c147dfc267bfe3e9a43ab8873e285f45e66b3528)
-rw-r--r--libmm-glib/mm-modem-messaging.c2
-rw-r--r--libmm-glib/mm-modem-voice.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libmm-glib/mm-modem-messaging.c b/libmm-glib/mm-modem-messaging.c
index ec0636e48..ad63602c2 100644
--- a/libmm-glib/mm-modem-messaging.c
+++ b/libmm-glib/mm-modem-messaging.c
@@ -389,7 +389,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,
diff --git a/libmm-glib/mm-modem-voice.c b/libmm-glib/mm-modem-voice.c
index 07dbe71df..4046c5c3b 100644
--- a/libmm-glib/mm-modem-voice.c
+++ b/libmm-glib/mm-modem-voice.c
@@ -254,7 +254,7 @@ mm_modem_voice_list_calls (MMModemVoice *self,
* The calling thread is blocked until a reply is received. See mm_modem_voice_list_calls()
* for the asynchronous version of this method.
*
- * Returns: (element-type MMCall) (transfer full): A list of #MMCall 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.Call) (transfer full): A list of #MMCall 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_voice_list_calls_sync (MMModemVoice *self,