q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=99c56369f25ac52e303a769afb7210508be88709
commit 99c56369f25ac52e303a769afb7210508be88709 Author: Daniel Kolesa <[email protected]> Date: Mon Sep 22 13:19:50 2014 +0100 eolian: stringshare del note in 2 more functions --- src/lib/eolian/Eolian.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/eolian/Eolian.h b/src/lib/eolian/Eolian.h index 8e5e997..b9ce307 100644 --- a/src/lib/eolian/Eolian.h +++ b/src/lib/eolian/Eolian.h @@ -1658,6 +1658,7 @@ EAPI Eolian_Value eolian_expression_eval_type(const Eolian_Expression *expr, con * so that interoperability is wider than just C (no octal escapes). For * languages that differ too much, you can write an equivalent function * yourself. + * Also, you're responsible for deleting the stringshare. * * @ingroup Eolian */ @@ -1673,6 +1674,7 @@ EAPI Eina_Stringshare *eolian_expression_value_to_literal(const Eolian_Value *v) * file (but with parens on binary operators explicitly specifying precedence). * Keep in mind that it cannot be used alone pasted into C code as it doesn't * resolve namespaces and enum field names. + * Also, you're responsible for deleting the stringshare. * * @ingroup Eolian */ --
