X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtksheet%2Fgsheet-column-iface.h;h=4ad1d3fcfc0a9b0b787b643686e74da54a16cdb0;hb=bf41b320c23b395b96a00e35375f7aeb7a9046d3;hp=5503393a4be8efcb1949768c694eac162e1ea8b8;hpb=58c99fe1ff02707d4b6aa4101470f4a3a38b7e33;p=pspp-builds.git diff --git a/lib/gtksheet/gsheet-column-iface.h b/lib/gtksheet/gsheet-column-iface.h index 5503393a..4ad1d3fc 100644 --- a/lib/gtksheet/gsheet-column-iface.h +++ b/lib/gtksheet/gsheet-column-iface.h @@ -76,8 +76,7 @@ struct _GSheetColumnIface gboolean (*get_button_visibility)(const GSheetColumn *geo, glong col); - const GtkSheetChild * (*get_button_child)(const GSheetColumn *geo, - glong col); + GtkJustification * (*get_button_justification)(const GSheetColumn *geo, glong col); };