[gtk+] immodule: Use correct sign for function prototype



commit be6f65a08e65da9af4c76b380adf82926568d202
Author: Benjamin Otte <otte redhat com>
Date:   Wed Feb 3 22:50:03 2016 +0100

    immodule: Use correct sign for function prototype

 gtk/gtkimmodule.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkimmodule.c b/gtk/gtkimmodule.c
index 47e6348..97021da 100644
--- a/gtk/gtkimmodule.c
+++ b/gtk/gtkimmodule.c
@@ -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); \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]