mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
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; \
|
||||
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); \
|
||||
|
Loading…
Reference in New Issue
Block a user