From bb0bcce384601b5a250b43bc94469f8ec7dcf7d8 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Tue, 19 Apr 2016 16:25:40 +0100 Subject: [PATCH] Elm layout: Fix eo type errors. --- src/lib/elementary/elm_layout.eo | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/lib/elementary/elm_layout.eo b/src/lib/elementary/elm_layout.eo index d1f79f5..f769f47 100644 --- a/src/lib/elementary/elm_layout.eo +++ b/src/lib/elementary/elm_layout.eo @@ -1,3 +1,5 @@ +import edje_types; + struct Elm.Layout_Part_Alias_Description { [[ @@ -254,7 +256,7 @@ class Elm.Layout (Elm.Container, Efl.File) params { @in emission: const(char)*; [[The signal's name string.]] @in source: const(char)*; [[The signal's source string.]] - @in func: Edje_Signal_Cb; [[The callback function to be executed + @in func: Edje.Signal_Cb; [[The callback function to be executed when the signal is emitted.]] @in data: void * @optional; [[A pointer to data to pass in to the callback function.]] @@ -365,7 +367,7 @@ class Elm.Layout (Elm.Container, Efl.File) params { @in emission: const(char)*; [[The signal's name string.]] @in source: const(char)*; [[The signal's source string.]] - @in func: Edje_Signal_Cb; [[The callback function being executed + @in func: Edje.Signal_Cb; [[The callback function being executed when the signal was emitted.]] } } -- 2.7.4