uint -> guint
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 18 Sep 2017 08:55:46 +0000 (10:55 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 18 Sep 2017 08:55:46 +0000 (10:55 +0200)
src/ui/gui/psppire-data-sheet.c
src/ui/gui/psppire-variable-sheet.c

index ac3a99e027cccdcd719c6f135efd904dc20f9741..8cc32859a4f1c90c81ad3149d8304da28a94deca 100644 (file)
@@ -110,7 +110,7 @@ gboolean myreversefunc (GtkTreeModel *model, gint col, gint row, const gchar *in
 
 static void
 show_cases_row_popup (PsppireDataSheet *sheet, int row,
-                     uint button, uint state, gpointer p)
+                     guint button, guint state, gpointer p)
 {
   GListModel *vmodel = NULL;
   g_object_get (sheet, "vmodel", &vmodel, NULL);
@@ -186,7 +186,7 @@ create_data_row_header_popup_menu (PsppireDataSheet *sheet)
 
 
 static void
-show_cases_column_popup (PsppireDataSheet *sheet, int column, uint button, uint state,
+show_cases_column_popup (PsppireDataSheet *sheet, int column, guint button, guint state,
                         gpointer p)
 {
   GListModel *hmodel = NULL;
@@ -378,7 +378,7 @@ indicate_filtered_case (GtkWidget *widget, cairo_t *cr, PsppireDataStore *store)
 }
 
 static void
-button_post_create (GtkWidget *button, uint i, gpointer user_data)
+button_post_create (GtkWidget *button, guint i, gpointer user_data)
 {
   PsppireDataStore *data_store = PSPPIRE_DATA_STORE (user_data);
 
index 355f359c64b1cc54ce988a1d313394b17a21381e..9278582f388a124af8ecb292ebfe4bfd554e3d80 100644 (file)
@@ -213,8 +213,8 @@ select_renderer_func (PsppireVariableSheet *sheet, gint col, gint row, GType typ
 \f
 
 static void
-show_variables_row_popup (SswSheet *sheet, int row, uint button,
-                         uint state, gpointer p)
+show_variables_row_popup (SswSheet *sheet, int row, guint button,
+                         guint state, gpointer p)
 {
   PsppireVariableSheet *var_sheet = PSPPIRE_VARIABLE_SHEET (sheet);
   GListModel *vmodel = NULL;