diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 14:52:41 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 14:52:41 +0100 |
commit | 3ff035bde4665f5aa9ef12ebe516270b40c1f1d9 (patch) | |
tree | 97968cbf7928239955df9d830cb2433b8542ec75 /pango/pango-language.c | |
parent | 031dd86aac9764e1762ca3028d3a4f5ad0fa47e3 (diff) | |
download | pango-3ff035bde4665f5aa9ef12ebe516270b40c1f1d9.tar.gz |
adding (out caller-allocates) introspection metadata to pango_language_get_scripts parameters
Diffstat (limited to 'pango/pango-language.c')
-rw-r--r-- | pango/pango-language.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-language.c b/pango/pango-language.c index c0297fa7..4dc164f4 100644 --- a/pango/pango-language.c +++ b/pango/pango-language.c @@ -554,7 +554,7 @@ pango_language_get_sample_string (PangoLanguage *language) /** * pango_language_get_scripts: * @language: (allow-none): a #PangoLanguage, or %NULL - * @num_scripts: (allow-none): location to return number of scripts, + * @num_scripts: (out caller-allocates) (allow-none): location to return number of scripts, * or %NULL * * Determines the scripts used to to write @language. |