From 59c0ff48257b812ad4542c914372fcc646abb0df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Wilmet?= Date: Sun, 5 Oct 2014 15:12:25 +0200 Subject: [PATCH] GI annotation for g_get_charset() https://bugzilla.gnome.org/show_bug.cgi?id=736914 --- glib/gcharset.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/glib/gcharset.c b/glib/gcharset.c index b1cc465e7..0a4b0daa3 100644 --- a/glib/gcharset.c +++ b/glib/gcharset.c @@ -152,7 +152,8 @@ charset_cache_free (gpointer data) /** * g_get_charset: - * @charset: return location for character set name + * @charset: (out) (optional) (transfer none): return location for character set + * name, or %NULL. * * Obtains the character set for the [current locale][setlocale]; you * might use this character set as an argument to g_convert(), to convert