efl_input_clickable: int -> uint
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Tue, 6 Aug 2019 14:57:56 +0000 (10:57 -0400)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 12 Aug 2019 07:24:29 +0000 (16:24 +0900)
Summary:
the ids of the structs here are never negative

ref T7976

Reviewers: zmike, segfaultxavi, cedric

Reviewed By: zmike

Subscribers: #reviewers, #committers

Tags: #efl

Maniphest Tasks: T7976

Differential Revision: https://phab.enlightenment.org/D9497

src/lib/evas/canvas/efl_input_clickable.eo

index 7a7f05b..bd0be0c 100644 (file)
@@ -1,7 +1,7 @@
 struct @beta Efl.Input.Clickable_Clicked {
    [[A struct that expresses a click in elementary.]]
-   repeated : int; [[The amount of how often the clicked event was repeated in a certain amount of time]]
-   button : int; [[The Button that is pressed]]
+   repeated : uint; [[The amount of how often the clicked event was repeated in a certain amount of time]]
+   button : uint; [[The Button that is pressed]]
 }
 
 mixin @beta Efl.Input.Clickable