[gnumeric] Add more introspection related comments.
- From: Jean Bréfort <jbrefort src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Add more introspection related comments.
- Date: Wed, 6 Nov 2013 14:38:11 +0000 (UTC)
commit 86043570471696355cc5f78d817493228f152c18
Author: Jean Brefort <jean brefort normalesup org>
Date: Wed Nov 6 15:37:35 2013 +0100
Add more introspection related comments.
ChangeLog | 5 +++++
src/workbook-view.c | 4 ++++
src/workbook.c | 5 +++++
3 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 64ce20d..c033233 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-11-06 Jean Brefort <jean brefort normalesup org>
+
+ * src/workbook-view.c: add more introspection related comments.
+ * src/workbook.c: ditto.
+
2013-11-03 Morten Welinder <terra gnome org>
* src/mathfunc.c (bessel_i, etc.): Do argument reduction for
diff --git a/src/workbook-view.c b/src/workbook-view.c
index 8ad1fd1..bb315cf 100644
--- a/src/workbook-view.c
+++ b/src/workbook-view.c
@@ -67,6 +67,10 @@
#include <windows.h>
#endif
+/**
+ * WorkbookView:
+ * @wb_controls: (element-type WorkbookControl):
+ **/
enum {
PROP_0,
PROP_AUTO_EXPR_FUNC,
diff --git a/src/workbook.c b/src/workbook.c
index b0b2711..4d11863 100644
--- a/src/workbook.c
+++ b/src/workbook.c
@@ -48,6 +48,11 @@
#include <string.h>
#include <errno.h>
+/**
+ * Workbook:
+ * @wb_views: (element-type WorkbookView):
+ **/
+
enum {
PROP_0,
RECALC_MODE
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]