libmm-glib: use ModemManager prefix to refer to the introspected types
This commit is contained in:
@@ -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,
|
||||
|
@@ -240,7 +240,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,
|
||||
|
Reference in New Issue
Block a user