libgimpbase: fix annotations.

As per the changes in commit 005b3a05b8 and discussions in !800,
gimp_locale_directory() returns a string in the OS encoding for all but Windows
(UTF-8), i.e. the "filename" type in GIR annotations.
This commit is contained in:
Jehan 2023-01-24 19:59:40 +01:00
parent 9642034a02
commit f5d2c5369c
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ gimp_data_directory (void)
* function from libintl; on Windows the returned string can be converted to
* UTF-16 and passed to the wbindtextdomain() function from libintl.
*
* Returns: The top directory for GIMP locale files.
* Returns: (type filename): The top directory for GIMP locale files.
*/
const gchar *
gimp_locale_directory (void)