Elm toolbar item: Fix eo type errors.

This commit is contained in:
Tom Hacohen 2016-04-19 16:31:43 +01:00
parent efcf577efd
commit 6989db76c2
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ class Elm.Toolbar_Item(Elm.Widget_Item)
]]
params {
@in img: const (void) *; [[The binary data that will be used as an image.]]
@in size: size_t; [[The size of binary data $img.]]
@in size: size; [[The size of binary data $img.]]
@in format: const (char) *; [[Optional format of $img to pass to the image loader.]]
@in key: const (char) *; [[Optional key of $img to pass to the image loader (eg. if $img is an edje file).]]
}