Elm widget: Fix eo type errors.

This commit is contained in:
Tom Hacohen 2016-04-19 16:07:55 +01:00
parent 4cc81388d6
commit 02619820c9
2 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,7 @@ type Elm_Gen_Item_Filter_Get_Cb: __undefined_type;
type Elm_Gen_Item_Reusable_Content_Get_Cb: __undefined_type;
type Elm_Tooltip_Item_Content_Cb: __undefined_type;
type Elm_Object_Item_Signal_Cb: __undefined_type;
type Elm_Event_Cb: __undefined_type;
type Evas_Smart_Cb: __undefined_type;
/* FIXME: This shouldn't be here, we don't do functions in eolian!!! */

View File

@ -1,5 +1,10 @@
import edje_types;
import elm_general;
/* FIXME: This shouldn't be here. */
type list_data_get_func_type: __undefined_type;
type region_hook_func_type: __undefined_type;
enum Elm.Activate
{
[[ Used in 'Virtual' function @Elm.Widget.activate. ]]