X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtksheet%2Fgsheet-column-iface.h;h=6c9970806b90561ee5196d67cde36ab68fc1cc9f;hb=1ba9ab71de8a6528beaf22de3ee6d2eb697eb61d;hp=4e3e5a1b9d39622fe458e9eb728a215d5ffe733a;hpb=1ce1429567835f83a712a8a76ab80db64360d742;p=pspp-builds.git diff --git a/lib/gtksheet/gsheet-column-iface.h b/lib/gtksheet/gsheet-column-iface.h index 4e3e5a1b..6c997080 100644 --- a/lib/gtksheet/gsheet-column-iface.h +++ b/lib/gtksheet/gsheet-column-iface.h @@ -71,7 +71,7 @@ struct _GSheetColumnIface GtkStateType (*get_button_state)(const GSheetColumn *geo, gint col, const GtkSheet *); - const gchar * (*get_button_label)(const GSheetColumn *geo, gint col, const GtkSheet *); + gchar * (*get_button_label)(const GSheetColumn *geo, gint col, const GtkSheet *); gboolean (*get_button_visibility)(const GSheetColumn *geo, gint col, const GtkSheet *); const GtkSheetChild * (*get_button_child)(const GSheetColumn *geo, @@ -99,7 +99,7 @@ inline gboolean g_sheet_column_get_sensitivity(const GSheetColumn *gcolumn, gint col, const GtkSheet *sheet); -inline const GtkSheetButton *g_sheet_column_get_button(const GSheetColumn *gcolumn, +inline GtkSheetButton *g_sheet_column_get_button(const GSheetColumn *gcolumn, gint col, const GtkSheet *sheet); inline GtkJustification g_sheet_column_get_justification(const GSheetColumn *gcolumn, gint col, const GtkSheet *sheet);