From 7e683c83b694705b1371373cc40515b2627d32b5 Mon Sep 17 00:00:00 2001 From: Morten Welinder Date: Wed, 11 Apr 2018 15:54:21 -0400 Subject: [PATCH] Introspection fixes --- src/sheet.c | 4 ++-- src/workbook.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sheet.c b/src/sheet.c index d9f9f278b..33453e7ad 100644 --- a/src/sheet.c +++ b/src/sheet.c @@ -3022,9 +3022,9 @@ sheet_cell_set_expr (GnmCell *cell, GnmExprTop const *texpr) /** * sheet_cell_set_value: * @cell: #GnmCell - * @v: #GnmValue + * @v: (transfer full): #GnmValue * - * Stores (WITHOUT COPYING) the supplied value. It marks the + * Stores, without copying, the supplied value. It marks the * sheet as dirty. * * The value is rendered, spans are calculated, and the rendered string diff --git a/src/workbook.c b/src/workbook.c index 805301d37..739dfc284 100644 --- a/src/workbook.c +++ b/src/workbook.c @@ -448,7 +448,7 @@ workbook_new_with_sheets (int sheet_count) * workbook_set_saveinfo: * @wb: the workbook to modify * @lev: the file format level - * @saver: (nullable) the file saver. + * @saver: (nullable): the file saver. * * If level is sufficiently advanced, assign the info. * -- 2.11.4.GIT