X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fgtksheet%2Fgsheetmodel.h;h=50746462b93db8a8efd647b92a9cb691e98933f4;hb=573068f2bdcd3f8796e9646668fed910a90f890b;hp=2865e78385f037830cf75971075a38ff4616a78d;hpb=745a5487c9da077893a46d26d64e911246640a7b;p=pspp-builds.git diff --git a/lib/gtksheet/gsheetmodel.h b/lib/gtksheet/gsheetmodel.h index 2865e783..50746462 100644 --- a/lib/gtksheet/gsheetmodel.h +++ b/lib/gtksheet/gsheetmodel.h @@ -84,7 +84,7 @@ struct _GSheetModelIface /* Virtual Table */ - const gchar *const (* get_string) (const GSheetModel *sheet_model, + const gchar * (* get_string) (const GSheetModel *sheet_model, gint row, gint column); gboolean (* set_string) (GSheetModel *sheet_model, @@ -118,7 +118,7 @@ struct _GSheetModelIface GType g_sheet_model_get_type (void) G_GNUC_CONST; -inline const gchar *const g_sheet_model_get_string (const GSheetModel *sheet_model, +inline const gchar * g_sheet_model_get_string (const GSheetModel *sheet_model, gint row, gint column); inline gboolean g_sheet_model_set_string (GSheetModel *sheet_model,