[gnumeric] Introspection fixes
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Introspection fixes
- Date: Wed, 11 Apr 2018 19:54:43 +0000 (UTC)
commit 7e683c83b694705b1371373cc40515b2627d32b5
Author: Morten Welinder <terra gnome org>
Date: Wed Apr 11 15:54:21 2018 -0400
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 d9f9f27..33453e7 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 805301d..739dfc2 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.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]