stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=30b357bd1b729cfd6ccaa3ed41107c6e2212182d

commit 30b357bd1b729cfd6ccaa3ed41107c6e2212182d
Author: Stefan Schmidt <[email protected]>
Date:   Thu Aug 31 17:32:21 2017 +0200

    docs: efl_inout_device: fill in missing docs
---
 src/lib/efl/interfaces/efl_input_device.eo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/efl/interfaces/efl_input_device.eo 
b/src/lib/efl/interfaces/efl_input_device.eo
index 465d2a537c..b2ab520f4e 100644
--- a/src/lib/efl/interfaces/efl_input_device.eo
+++ b/src/lib/efl/interfaces/efl_input_device.eo
@@ -71,7 +71,7 @@ class Efl.Input.Device (Efl.Object)
 
            @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 {
          [[Determine whether a device has pointer capabilities.
@@ -82,7 +82,7 @@ class Efl.Input.Device (Efl.Object)
 
            @since 1.20
          ]]
-         return: uint;
+         return: uint; [[Pointer caps]]
       }
    }
    implements {

-- 


Reply via email to