docs: efl_inout_device: fill in missing docs

This commit is contained in:
Stefan Schmidt 2017-08-31 17:32:21 +02:00
parent 2866839754
commit 30b357bd1b
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ class Efl.Input.Device (Efl.Object)
@since 1.20 @since 1.20
]] ]]
return: own(free(iterator<const(Efl.Input.Device)>, eina_iterator_free)); return: own(free(iterator<const(Efl.Input.Device)>, eina_iterator_free)); [[List of device children]]
} }
has_pointer_caps { has_pointer_caps {
[[Determine whether a device has pointer capabilities. [[Determine whether a device has pointer capabilities.
@ -82,7 +82,7 @@ class Efl.Input.Device (Efl.Object)
@since 1.20 @since 1.20
]] ]]
return: uint; return: uint; [[Pointer caps]]
} }
} }
implements { implements {