forked from AuroraMiddleware/gtk
Annotate gtk_get_default_language as const
This commit is contained in:
parent
d7909dccdc
commit
8b85e7f35a
@ -84,7 +84,7 @@ gboolean gtk_init_check_abi_check (int num_checks,
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
void gtk_disable_setlocale (void);
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
PangoLanguage * gtk_get_default_language (void);
|
||||
PangoLanguage * gtk_get_default_language (void) G_GNUC_CONST;
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
GtkTextDirection gtk_get_locale_direction (void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user