diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-07-21 15:24:08 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-08-04 10:24:03 +0900 |
commit | 999dbd9764426890c0e11841358f9219082b89b2 (patch) | |
tree | 2d43a51df243061ee5e7f506c0dbc38410cc304f /src/lib/eo/eina_types.eot | |
parent | 569ad0bac4590e8a18800741ea2345174c3683f3 (diff) |
eo debug name: Use strbuf instead of slstr
This should be a little bit more efficient, even if more "risky"
in terms of leaks. The final API still looks exactly the same.
Diffstat (limited to 'src/lib/eo/eina_types.eot')
-rw-r--r-- | src/lib/eo/eina_types.eot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/eo/eina_types.eot b/src/lib/eo/eina_types.eot index dce0e65884..40fbbf2df8 100644 --- a/src/lib/eo/eina_types.eot +++ b/src/lib/eo/eina_types.eot | |||
@@ -47,6 +47,7 @@ enum @extern Eina.Xattr.Flags { | |||
47 | type @extern Eina.Error: int; [[Eina error type]] | 47 | type @extern Eina.Error: int; [[Eina error type]] |
48 | 48 | ||
49 | struct @extern @free(eina_binbuf_free) Eina.Binbuf; [[Eina binbuf data structure]] | 49 | struct @extern @free(eina_binbuf_free) Eina.Binbuf; [[Eina binbuf data structure]] |
50 | struct @extern @free(eina_strbuf_free) Eina.Strbuf; [[Eina strbuf data structure]] | ||
50 | 51 | ||
51 | struct @extern Eina.Slice { | 52 | struct @extern Eina.Slice { |
52 | [[A linear, read-only, memory segment]] | 53 | [[A linear, read-only, memory segment]] |