summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2016-04-19 16:40:43 +0100
committerTom Hacohen <tom@stosb.com>2016-04-19 17:15:28 +0100
commit83b8b6da074a7637a71e25271b733385d7668d35 (patch)
treec3e2125187843ba58c799e64dd78036fb04a915d
parent7d45bbcc5e2f1f731f33e2db6813cd161a66eb35 (diff)
downloadefl-83b8b6da074a7637a71e25271b733385d7668d35.tar.gz
Elm multibutton entry: Fix eo type errors.
-rw-r--r--src/lib/elementary/elm_multibuttonentry.eo3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/elementary/elm_multibuttonentry.eo b/src/lib/elementary/elm_multibuttonentry.eo
index 08b2113deb..0db01233d9 100644
--- a/src/lib/elementary/elm_multibuttonentry.eo
+++ b/src/lib/elementary/elm_multibuttonentry.eo
@@ -1,3 +1,6 @@
+type Elm_Multibuttonentry_Item_Filter_Cb: __undefined_type;
+type Elm_Multibuttonentry_Format_Cb: __undefined_type;
+
class Elm.Multibuttonentry (Elm.Layout)
{
eo_prefix: elm_obj_multibuttonentry;