[gnome-maps] maps-osm: Add missing colon in GIR header



commit 92d4595a4d173ad75692cf2a890be766885b8855
Author: Marcus Lundblad <ml dfupdate se>
Date:   Tue Jun 21 21:37:46 2022 +0200

    maps-osm: Add missing colon in GIR header
    
    Add a missing colon in one of the
    GIR parameter specs to avoid a
    warning.

 lib/maps-osm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/maps-osm.c b/lib/maps-osm.c
index 1164001c..9abd29d3 100644
--- a/lib/maps-osm.c
+++ b/lib/maps-osm.c
@@ -475,7 +475,7 @@ maps_osm_parse (const char *content, guint length, GError **error)
  * maps_osm_parse_user_details:
  * @content: XML data
  * @error: Error handle
- * Returns: (transfer full) Logged in user name
+ * Returns: (transfer full): Logged in user name
  */
 char *
 maps_osm_parse_user_details (const char *content, GError **error)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]