From 0bdd1224d3bf85a6d6b9cc71a2c0681a6a467ec8 Mon Sep 17 00:00:00 2001 From: Anton Belka Date: Wed, 16 May 2012 18:53:15 +0300 Subject: [PATCH] docs: fix gst_structure_to_string() docs --- gst/gststructure.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gststructure.c b/gst/gststructure.c index 8065b314b1..fdc65e170a 100644 --- a/gst/gststructure.c +++ b/gst/gststructure.c @@ -1828,7 +1828,7 @@ priv_gst_structure_append_to_gstring (const GstStructure * structure, * * Free-function: g_free * - * Returns: (transfer full)L a pointer to string allocated by g_malloc(). + * Returns: (transfer full): a pointer to string allocated by g_malloc(). * g_free() after usage. */ gchar *