[gegl] operation: add a bunch of string meta-data to the class
- From: Ãyvind KolÃs <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] operation: add a bunch of string meta-data to the class
- Date: Tue, 27 Mar 2012 12:31:27 +0000 (UTC)
commit 732d37d353118becb3a8ead656baf7472aadbaa3
Author: Ãyvind KolÃs <pippin gimp org>
Date: Tue Mar 27 13:31:17 2012 +0100
operation: add a bunch of string meta-data to the class
gegl/operation/gegl-operation.h | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/gegl/operation/gegl-operation.h b/gegl/operation/gegl-operation.h
index 04fce64..b8d5b06 100644
--- a/gegl/operation/gegl-operation.h
+++ b/gegl/operation/gegl-operation.h
@@ -79,9 +79,24 @@ struct _GeglOperationClass
this type of operation in GEGL*/
const gchar *compat_name; /* allows specifying an alias that the op is
also known as */
- const gchar *description; /* textual description of the operation */
const gchar *categories; /* a colon seperated list of categories */
+ const gchar *description; /* textual description of the operation */
+ const gchar *help; /* documentation for the use of the op and it's properties
+ (individual properties are documented in-place with the
+ property)
+ */
+
+ const gchar *sample_graph;/* sample XML graph using a stock set of images
+ for inputs, providing a visual preview of how the op is
+ to be used.
+ */
+
+ const gchar *authors; /* credits for having written the op */
+ const gchar *license; /* license of the op */
+
+
+
guint no_cache :1; /* do not create a cache for this operation */
guint opencl_support:1;
guint64 bit_pad:62;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]