From 1f96530a1c7b94fda1dc4a6ff544f2c05b47cae5 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Thu, 12 Sep 2019 13:26:20 +0200 Subject: [PATCH] efl_part: insert @ to link docs proberly Reviewers: segfaultxavi Reviewed By: segfaultxavi Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D9919 --- src/lib/efl/interfaces/efl_part.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/efl/interfaces/efl_part.eo b/src/lib/efl/interfaces/efl_part.eo index f282983cd6..f2917356c4 100644 --- a/src/lib/efl/interfaces/efl_part.eo +++ b/src/lib/efl/interfaces/efl_part.eo @@ -12,7 +12,7 @@ interface Efl.Part Part proxy objects have a special lifetime that is limited to one and only one function call. This behavior is implemented in efl_part() which call - Efl.Part.part_get(). Calling Efl.Part.part_get() directly + @.part_get(). Calling @.part_get() directly should be avoided. In other words, the caller does not hold a reference