summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2014-08-21 23:10:32 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2014-08-21 23:10:32 +0200
commita3a6ce1b42b3c3f6710b360bbafebf2bad061707 (patch)
tree571a3d27a41e016920c6e9f3439df51a28ad9eeb /gtk/gtkmain.c
parent209d2a83c42fa3fec270311a352bbb5775c6fbd2 (diff)
downloadgtk+-a3a6ce1b42b3c3f6710b360bbafebf2bad061707.tar.gz
gtk: Fix return-annotation of gtk_get_default_language to "transfer none"
Diffstat (limited to 'gtk/gtkmain.c')
-rw-r--r--gtk/gtkmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c
index 10a804a747..1fa3cf02cc 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 *