elm_segment_control: mark default return value in eolian API

elm_segment_control_item_index_get should return -1 when input parameter is NULL.

@fix
This commit is contained in:
Jaeun Choi 2015-04-21 15:43:04 +09:00
parent 50127bc4df
commit 764ec9dcf2
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class Elm_Segment_Control_Item(Elm_Widget_Item)
@ingroup SegmentControl
*/
return: int;
return: int(-1);
}
object_get @const {
/*@