immodule: Use correct sign for function prototype
This commit is contained in:
parent
429bec54e5
commit
be6f65a08e
@ -491,7 +491,7 @@ gtk_im_module_initialize (void)
|
|||||||
const GtkIMContextInfo **contexts; \
|
const GtkIMContextInfo **contexts; \
|
||||||
int n_contexts; \
|
int n_contexts; \
|
||||||
extern void _gtk_immodule_ ## m ## _list (const GtkIMContextInfo ***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 ## _init (GTypeModule *module); \
|
||||||
extern void _gtk_immodule_ ## m ## _exit (void); \
|
extern void _gtk_immodule_ ## m ## _exit (void); \
|
||||||
extern GtkIMContext *_gtk_immodule_ ## m ## _create (const gchar *context_id); \
|
extern GtkIMContext *_gtk_immodule_ ## m ## _create (const gchar *context_id); \
|
||||||
|
Loading…
Reference in New Issue
Block a user