summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2019-03-29 09:25:02 +0000
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-03-29 12:35:49 +0100
commit1ad9b246c074279ca34b8594949990cead36f9cd (patch)
tree0224c8693deca58f3e2e0cba30155b3f535b27d1
parent07e549ae0dc5f7dde68a23c821ec108dd33c5fe3 (diff)
downloadefl-1ad9b246c074279ca34b8594949990cead36f9cd.tar.gz
docs: Add Eina.Value extern to eina_types.eot
Eina.Values are built-in eolian types, accessed through any_value and any_value_ptr. However, these types cannot be used in doc references. Adding a placeholder extern struct Eina.Value causes no harm, and will allow referencing the type from EO docs later on. In C#, Eina.Value is defined in the manual binding code so the doc reference resolves to a valid type. Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de> Differential Revision: https://phab.enlightenment.org/D8510
-rw-r--r--src/lib/eo/eina_types.eot1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/eo/eina_types.eot b/src/lib/eo/eina_types.eot
index a70a6553e9..95d15a4782 100644
--- a/src/lib/eo/eina_types.eot
+++ b/src/lib/eo/eina_types.eot
@@ -77,6 +77,7 @@ struct @extern Eina.Rw_Slice {
mem: void_ptr; [[Pointer to memory segment]]
}
+struct @extern Eina.Value; [[Eina value placeholder so it can be referenced from docs.]]
struct @extern Eina.Value_Type; [[Eina value type]]
struct @extern Eina.Stat {