mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
gtk: Fix return-annotation of gtk_get_default_language to "transfer none"
This commit is contained in:
parent
209d2a83c4
commit
a3a6ce1b42
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user