immodule: Use correct sign for function prototype

This commit is contained in:
Benjamin Otte 2016-02-03 22:50:03 +01:00
parent 429bec54e5
commit be6f65a08e

View File

@ -491,7 +491,7 @@ gtk_im_module_initialize (void)
const GtkIMContextInfo **contexts; \
int n_contexts; \
extern void _gtk_immodule_ ## m ## _list (const GtkIMContextInfo ***contexts, \
guint *n_contexts); \
int *n_contexts); \
extern void _gtk_immodule_ ## m ## _init (GTypeModule *module); \
extern void _gtk_immodule_ ## m ## _exit (void); \
extern GtkIMContext *_gtk_immodule_ ## m ## _create (const gchar *context_id); \