X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtksheet%2Fgsheetmodel.c;h=f06dc6382933fa4b3652857e33bd71a7026454e1;hb=88eb1ede60522d3893dfe1c75cbab2d03f5cb2d5;hp=0d1a3f560a60c8edee89d9e7f8d0ff0553aa660a;hpb=f404544337964f80bb2d1fee5acb147f7023bc08;p=pspp diff --git a/lib/gtksheet/gsheetmodel.c b/lib/gtksheet/gsheetmodel.c index 0d1a3f560a..f06dc63829 100644 --- a/lib/gtksheet/gsheetmodel.c +++ b/lib/gtksheet/gsheetmodel.c @@ -377,9 +377,9 @@ g_sheet_model_is_visible (const GSheetModel *model, * @column: The column * * Returns the foreground colour of the cell at @row, @column - * Returns: the foreground colour, or NULL on error. + * The color is unallocated. It will be allocated by the viewing object. **/ -const GdkColor * +GdkColor * g_sheet_model_get_foreground (const GSheetModel *model, glong row, glong column) { @@ -399,9 +399,9 @@ g_sheet_model_get_foreground (const GSheetModel *model, * @column: The column * * Returns the background colour of the cell at @row, @column - * Returns: the background colour, or NULL on error. + * The color is unallocated. It will be allocated by the viewing object. **/ -const GdkColor * +GdkColor * g_sheet_model_get_background (const GSheetModel *model, glong row, glong column) {