libmm-glib,modem: fix introspection annotation for bearer list

This commit is contained in:
Aleksander Morgado
2018-03-13 12:53:37 +01:00
parent eb6b4cac8a
commit 5dff6ce594

View File

@@ -1820,7 +1820,7 @@ list_bearers_context_free (ListBearersContext *ctx)
*
* Finishes an operation started with mm_modem_list_bearers().
*
* Returns: (transfer full) (element-type ModemManager.Modem): The list of #MMBearer objects, or %NULL if either none found or if @error is set.
* Returns: (transfer full) (element-type ModemManager.Bearer): The list of #MMBearer objects, or %NULL if either none found or if @error is set.
*/
GList *
mm_modem_list_bearers_finish (MMModem *self,
@@ -1955,7 +1955,7 @@ mm_modem_list_bearers (MMModem *self,
* The calling thread is blocked until a reply is received. See mm_modem_list_bearers()
* for the asynchronous version of this method.
*
* Returns: (transfer full) (element-type ModemManager.Modem): The list of #MMBearer objects, or %NULL if either none found or if @error is set.
* Returns: (transfer full) (element-type ModemManager.Bearer): The list of #MMBearer objects, or %NULL if either none found or if @error is set.
*/
GList *
mm_modem_list_bearers_sync (MMModem *self,