Elm gen item: Add missing eolian type definitions.

This commit is contained in:
Tom Hacohen 2016-04-19 15:50:22 +01:00
parent 079003d043
commit 002456f92b
1 changed files with 9 additions and 0 deletions

View File

@ -6,6 +6,15 @@ struct Elm.Event.Policy_Changed
old_value: int; [[new value the policy got]]
}
/* FIXME: These shouldn't be here, we don't do functions in eolian!!! */
type Elm_Gen_Item_Text_Get_Cb: __undefined_type;
type Elm_Gen_Item_Content_Get_Cb: __undefined_type;
type Elm_Gen_Item_State_Get_Cb: __undefined_type;
type Elm_Gen_Item_Del_Cb: __undefined_type;
type Elm_Gen_Item_Filter_Get_Cb: __undefined_type;
type Elm_Gen_Item_Reusable_Content_Get_Cb: __undefined_type;
/* FIXME: This shouldn't be here, we don't do functions in eolian!!! */
struct Elm.Gen.Item.Class.Functions
{
text_get: Elm_Gen_Item_Text_Get_Cb; [[ Text fetching class function for