stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=42426735e8406740c066210bee56956f79e1b68a
commit 42426735e8406740c066210bee56956f79e1b68a Author: Stefan Schmidt <[email protected]> Date: Thu Nov 3 11:54:20 2016 +0100 docs: ecore: document various type defines --- src/lib/ecore/ecore_types.eot | 4 ++-- src/lib/ecore_audio/ecore_audio.eo | 4 ++-- src/lib/ecore_con/ecore_con_eet_base.eo | 4 ++-- src/lib/ecore_con/efl_network.eo | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/lib/ecore/ecore_types.eot b/src/lib/ecore/ecore_types.eot index dce6260..006c708 100644 --- a/src/lib/ecore/ecore_types.eot +++ b/src/lib/ecore/ecore_types.eot @@ -1,5 +1,5 @@ -type @extern Ecore_Cb: __undefined_type; -type @extern Ecore_Task_Cb: __undefined_type; +type @extern Ecore_Cb: __undefined_type; [[Ecore callback type]] +type @extern Ecore_Task_Cb: __undefined_type; [[Ecore task callback type]] enum Ecore.Pos_Map { diff --git a/src/lib/ecore_audio/ecore_audio.eo b/src/lib/ecore_audio/ecore_audio.eo index 234ef7d..7436b58 100644 --- a/src/lib/ecore_audio/ecore_audio.eo +++ b/src/lib/ecore_audio/ecore_audio.eo @@ -1,5 +1,5 @@ -type @extern Ecore.Audio.Vio: __undefined_type; /* FIXME: Had function pointer members. */ -type @extern efl_key_data_free_func: __undefined_type; /* FIXME: Function pointers not allowed. */ +type @extern Ecore.Audio.Vio: __undefined_type; [[Ecore audio vio type]] /* FIXME: Had function pointer members. */ +type @extern efl_key_data_free_func: __undefined_type; [[Efl key data free function type]] /* FIXME: Function pointers not allowed. */ enum Ecore.Audio.Format { [[Ecore audio format type]] diff --git a/src/lib/ecore_con/ecore_con_eet_base.eo b/src/lib/ecore_con/ecore_con_eet_base.eo index 1b28ef9..1c781c5 100644 --- a/src/lib/ecore_con/ecore_con_eet_base.eo +++ b/src/lib/ecore_con/ecore_con_eet_base.eo @@ -1,7 +1,7 @@ import efl_network_server; -type @extern Ecore_Con_Eet_Data_Cb: __undefined_type; /* FIXME: function pointers not supported. */ -type @extern Ecore_Con_Eet_Raw_Data_Cb: __undefined_type; /* FIXME: function pointers not supported. */ +type @extern Ecore_Con_Eet_Data_Cb: __undefined_type; [[Ecore connection eet data callback type]] /* FIXME: function pointers not supported. */ +type @extern Ecore_Con_Eet_Raw_Data_Cb: __undefined_type; [[Ecore connection eet raw data callback type]]/* FIXME: function pointers not supported. */ struct @extern Eet.Data.Descriptor; [[Eet data descriptor data structure]] struct Ecore.Con.Reply; [[Ecore connection reply data structure]] diff --git a/src/lib/ecore_con/efl_network.eo b/src/lib/ecore_con/efl_network.eo index 0d4ec34..e2cdc79 100644 --- a/src/lib/ecore_con/efl_network.eo +++ b/src/lib/ecore_con/efl_network.eo @@ -1,4 +1,4 @@ -type Ecore_Con_Dns_Cb: __undefined_type; +type Ecore_Con_Dns_Cb: __undefined_type; [[Ecore connection DNS callback type]] enum Ecore.Con.Type { --
