From 6369ccb1d850a54f45417148bb8d776ca3feef74 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Thu, 3 Nov 2016 16:49:39 +0100 Subject: [PATCH] efl_file: remove pointer --- src/lib/efl/interfaces/efl_file.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/efl/interfaces/efl_file.eo b/src/lib/efl/interfaces/efl_file.eo index 76960708a0..c8c4627a58 100644 --- a/src/lib/efl/interfaces/efl_file.eo +++ b/src/lib/efl/interfaces/efl_file.eo @@ -27,7 +27,7 @@ interface Efl.File { @since 1.10]] } values { - f: const(Eina.File)*; [[The handler to an Eina_File that will be used as image source]] + f: ptr(const(Eina.File)); [[The handler to an Eina_File that will be used as image source]] key: string @optional; [[The group that the image belongs to, in case it's an EET(including Edje case) file. This can be used as a key inside evas image cache if this is a normal image