diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2020-01-13 13:38:45 +0100 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2020-01-13 15:57:29 +0100 |
commit | 2f8029412daf51f721cb5a28d774a57792364887 (patch) | |
tree | fd42a3aa7816587d3faaf101c2160b8efeb7d086 /src/lib/eo/eina_types.eot | |
parent | 6a9a390d1383b2bd2ae121e8b5b4883942c21e62 (diff) |
eina_types: declare unicode type stable
this is needed in order to get text stable.
Reviewed-by: Xavi Artigas <xavierartigas@yahoo.es>
Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D11074
Diffstat (limited to 'src/lib/eo/eina_types.eot')
-rw-r--r-- | src/lib/eo/eina_types.eot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eo/eina_types.eot b/src/lib/eo/eina_types.eot index 5c31e5b219..4cb8e9347d 100644 --- a/src/lib/eo/eina_types.eot +++ b/src/lib/eo/eina_types.eot | |||
@@ -60,7 +60,7 @@ struct @extern Eina.Matrix3 { | |||
60 | zz: double; [[ZZ matrix value]] | 60 | zz: double; [[ZZ matrix value]] |
61 | } | 61 | } |
62 | 62 | ||
63 | type @extern @beta Eina.Unicode: uint32; [[Eina unicode type]] | 63 | type @extern Eina.Unicode: uint32; [[Eina unicode type. @since 1.24]] |
64 | 64 | ||
65 | struct @extern @beta Eina.File_Direct_Info; [[Eina file direct information data structure]] | 65 | struct @extern @beta Eina.File_Direct_Info; [[Eina file direct information data structure]] |
66 | /*{ | 66 | /*{ |