diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2014-08-21 23:10:32 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2014-08-21 23:10:32 +0200 |
commit | a3a6ce1b42b3c3f6710b360bbafebf2bad061707 (patch) | |
tree | 571a3d27a41e016920c6e9f3439df51a28ad9eeb /gtk/gtkmain.c | |
parent | 209d2a83c42fa3fec270311a352bbb5775c6fbd2 (diff) | |
download | gtk+-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.c | 2 |
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 * |