[gtk+] gtk: Fix return-annotation of gtk_get_default_language to "transfer none"



commit a3a6ce1b42b3c3f6710b360bbafebf2bad061707
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Thu Aug 21 23:10:32 2014 +0200

    gtk: Fix return-annotation of gtk_get_default_language to "transfer none"

 gtk/gtkmain.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c
index 10a804a..1fa3cf0 100644
--- a/gtk/gtkmain.c
+++ b/gtk/gtkmain.c
@@ -1174,7 +1174,7 @@ gtk_get_locale_direction (void)
  * This function is equivalent to pango_language_get_default().
  * See that function for details.
  *
- * Returns: the default language as a #PangoLanguage,
+ * Returns: (transfer none): the default language as a #PangoLanguage,
  *     must not be freed
  */
 PangoLanguage *


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