aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-10-24 17:38:36 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-10-24 17:38:36 +0200
commit5dc6db19621ba53c883741edd01b10dd18260f9b (patch)
treed4f5f0a1c8e8261af1a147f148897227a28e9d37
parente1c0621b099d698d2c462f32e4d341207a98d520 (diff)
libmm-glib: fix some more introspection annotations
-rw-r--r--libmm-glib/mm-modem-location.c2
-rw-r--r--libmm-glib/mm-modem.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libmm-glib/mm-modem-location.c b/libmm-glib/mm-modem-location.c
index db70a318..7f38a658 100644
--- a/libmm-glib/mm-modem-location.c
+++ b/libmm-glib/mm-modem-location.c
@@ -389,7 +389,7 @@ mm_modem_location_get_full_sync (MMModemLocation *self,
*
* Finishes an operation started with mm_modem_location_get_3gpp().
*
- * Returns: (transfer full) A #MMLocation3gpp, or #NULL if not available. The returned value should be freed with g_object_unref().
+ * Returns: (transfer full): A #MMLocation3gpp, or #NULL if not available. The returned value should be freed with g_object_unref().
*/
MMLocation3gpp *
mm_modem_location_get_3gpp_finish (MMModemLocation *self,
diff --git a/libmm-glib/mm-modem.c b/libmm-glib/mm-modem.c
index 9dc70234..780fd6d2 100644
--- a/libmm-glib/mm-modem.c
+++ b/libmm-glib/mm-modem.c
@@ -986,7 +986,7 @@ ensure_internal_unlock_retries (MMModem *self,
* mm_modem_get_unlock_retries() again to get a new #MMUnlockRetries with the
* new values.</warning>
*
- * Returns: (transfer full) A #MMUnlockRetries that must be freed with g_object_unref() or %NULL if unknown.
+ * Returns: (transfer full): A #MMUnlockRetries that must be freed with g_object_unref() or %NULL if unknown.
*/
MMUnlockRetries *
mm_modem_get_unlock_retries (MMModem *self)