From 263c3ac2ae2a67402bfb86136a079681c382c9e5 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Thu, 2 Nov 2017 13:53:14 +0100 Subject: [PATCH] eio: properly mark array contents as ptr --- src/lib/eio/efl_io_manager.eo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/eio/efl_io_manager.eo b/src/lib/eio/efl_io_manager.eo index b8ed9002e2..39c89c3077 100644 --- a/src/lib/eio/efl_io_manager.eo +++ b/src/lib/eio/efl_io_manager.eo @@ -41,7 +41,7 @@ class Efl.Io.Manager (Efl.Loop_User) @in path: string;[[Path we want to list entries for]] @in recursive: bool; [[If $true, list entries recursively, $false otherwise]] } - return: future)>; [[List of entries in path]] + return: future)>; [[List of entries in path]] } stat_ls { @@ -50,7 +50,7 @@ class Efl.Io.Manager (Efl.Loop_User) @in path: string;[[Path we want to list entries for]] @in recursive: bool; [[If $true, list entries recursively, $false otherwise]] } - return: future)>; [[List of entries in path]] + return: future)>; [[List of entries in path]] } // Extended attributes