From f8c468b55f4bcf738f58e5755d63c7072a89b14b Mon Sep 17 00:00:00 2001 From: Vitor Sousa Date: Fri, 5 Feb 2016 14:48:35 -0200 Subject: [PATCH] elementary: Use new object name "Elm.Widget_Item" instead of old name Replace the old name "Elm.Object.Item" by the new name of the class "Elm.Widget_Item" in all .eo files. --- legacy/elementary/src/lib/elm_colorselector.eo | 2 +- legacy/elementary/src/lib/elm_ctxpopup.eo | 2 +- legacy/elementary/src/lib/elm_diskselector.eo | 2 +- legacy/elementary/src/lib/elm_flipselector.eo | 2 +- legacy/elementary/src/lib/elm_widget.eo | 20 ++++++++++---------- legacy/elementary/src/lib/elm_widget_item.eo | 4 ++-- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/legacy/elementary/src/lib/elm_colorselector.eo b/legacy/elementary/src/lib/elm_colorselector.eo index e1d09af..af369af 100644 --- a/legacy/elementary/src/lib/elm_colorselector.eo +++ b/legacy/elementary/src/lib/elm_colorselector.eo @@ -75,7 +75,7 @@ class Elm.Colorselector (Elm.Layout, Elm.Interface_Atspi_Widget_Action, @since 1.9 ]] - return: const(list)*;[[The list of color palette items.]] + return: const(list)*;[[The list of color palette items.]] } } @property palette_selected_item { diff --git a/legacy/elementary/src/lib/elm_ctxpopup.eo b/legacy/elementary/src/lib/elm_ctxpopup.eo index 7298b1b..0e4da98 100644 --- a/legacy/elementary/src/lib/elm_ctxpopup.eo +++ b/legacy/elementary/src/lib/elm_ctxpopup.eo @@ -128,7 +128,7 @@ class Elm.Ctxpopup (Elm.Layout, Elm.Interface_Atspi_Widget_Action) @since 1.11 ]] - return: const(list)*; [[The list of items or + return: const(list)*; [[The list of items or $null on errors.]] } diff --git a/legacy/elementary/src/lib/elm_diskselector.eo b/legacy/elementary/src/lib/elm_diskselector.eo index 65fad12..65b5386 100644 --- a/legacy/elementary/src/lib/elm_diskselector.eo +++ b/legacy/elementary/src/lib/elm_diskselector.eo @@ -105,7 +105,7 @@ class Elm.Diskselector (Elm.Widget, Elm.Interface_Scrollable, \@ref elm_object_item_del, @.clear. ]] - return: const(list)*; [[A $list of diskselector items, or $ull on failure.]] + return: const(list)*; [[A $list of diskselector items, or $ull on failure.]] } } @property last_item { diff --git a/legacy/elementary/src/lib/elm_flipselector.eo b/legacy/elementary/src/lib/elm_flipselector.eo index 683267a..ee059a2 100644 --- a/legacy/elementary/src/lib/elm_flipselector.eo +++ b/legacy/elementary/src/lib/elm_flipselector.eo @@ -53,7 +53,7 @@ class Elm.Flipselector (Elm.Layout, Elm.Interface_Atspi_Widget_Action, items list is changed. It should be fetched again with another call to this function when changes happen. ]] - return: const(list)*; + return: const(list)*; } } @property first_item { diff --git a/legacy/elementary/src/lib/elm_widget.eo b/legacy/elementary/src/lib/elm_widget.eo index 7981beb..69a70ba 100644 --- a/legacy/elementary/src/lib/elm_widget.eo +++ b/legacy/elementary/src/lib/elm_widget.eo @@ -424,7 +424,7 @@ abstract Elm.Widget (Evas.Object_Smart, Elm.Interface_Atspi_Accessible, Elm.Inte @since 1.16]] params { - @in next_item: Elm_Object_Item * @nullable; [[Focus next object item]] + @in next_item: Elm.Widget_Item * @nullable; [[Focus next object item]] @in dir: Elm.Focus_Direction; [[Focus direction]] } } @@ -432,7 +432,7 @@ abstract Elm.Widget (Evas.Object_Smart, Elm.Interface_Atspi_Accessible, Elm.Inte [[Get the next object item with specific focus direction. @since 1.16]] - return: Elm_Object_Item *; [[Focus next object item]] + return: Elm.Widget_Item *; [[Focus next object item]] params { @in dir: Elm.Focus_Direction; [[Focus direction]] } @@ -518,7 +518,7 @@ abstract Elm.Widget (Evas.Object_Smart, Elm.Interface_Atspi_Accessible, Elm.Inte on_focus { [['Virtual' function handling focus in/out events on the widget. return true if this widget can handle focus, false otherwise]] params { - @in item: Elm_Object_Item * @nullable; + @in item: Elm.Widget_Item * @nullable; } return: bool; } @@ -543,7 +543,7 @@ abstract Elm.Widget (Evas.Object_Smart, Elm.Interface_Atspi_Accessible, Elm.Inte @in base: const(Evas.Object)*; @in degree: double; @out direction: Evas.Object *; - @out direction_item: Elm_Object_Item *; + @out direction_item: Elm.Widget_Item *; @out weight: double; } return: bool; @@ -583,7 +583,7 @@ abstract Elm.Widget (Evas.Object_Smart, Elm.Interface_Atspi_Accessible, Elm.Inte @in list_data_get: list_data_get_func_type; @in degree: double; @out direction: Evas.Object *; - @out direction_item: Elm_Object_Item *; + @out direction_item: Elm.Widget_Item *; @out weight: double; } } @@ -624,7 +624,7 @@ abstract Elm.Widget (Evas.Object_Smart, Elm.Interface_Atspi_Accessible, Elm.Inte params { @in dir: Elm.Focus_Direction; @out next: Evas.Object *; - @out next_item: Elm_Object_Item *; + @out next_item: Elm.Widget_Item *; } } translatable_part_text_get @const { @@ -653,7 +653,7 @@ abstract Elm.Widget (Evas.Object_Smart, Elm.Interface_Atspi_Accessible, Elm.Inte } focus_steal { params { - @in item: Elm_Object_Item * @nullable; + @in item: Elm.Widget_Item * @nullable; } } focus_hide_handle { @@ -663,7 +663,7 @@ abstract Elm.Widget (Evas.Object_Smart, Elm.Interface_Atspi_Accessible, Elm.Inte params { @in dir: Elm.Focus_Direction; @out next: Evas.Object *; - @out next_item: Elm_Object_Item *; + @out next_item: Elm.Widget_Item *; } return: bool; } @@ -674,7 +674,7 @@ abstract Elm.Widget (Evas.Object_Smart, Elm.Interface_Atspi_Accessible, Elm.Inte @in list_data_get: list_data_get_func_type; @in dir: Elm.Focus_Direction; @out next: Evas.Object *; - @out next_item: Elm_Object_Item *; + @out next_item: Elm.Widget_Item *; } } focus_mouse_up_handle { @@ -690,7 +690,7 @@ abstract Elm.Widget (Evas.Object_Smart, Elm.Interface_Atspi_Accessible, Elm.Inte @in base: const(Evas.Object)*; @in degree: double; @out direction: Evas.Object *; - @out direction_item: Elm_Object_Item *; + @out direction_item: Elm.Widget_Item *; @out weight: double; } } diff --git a/legacy/elementary/src/lib/elm_widget_item.eo b/legacy/elementary/src/lib/elm_widget_item.eo index f25ed1a..3cf3c1b 100644 --- a/legacy/elementary/src/lib/elm_widget_item.eo +++ b/legacy/elementary/src/lib/elm_widget_item.eo @@ -514,14 +514,14 @@ class Elm.Widget_Item(Eo.Base, Elm.Interface_Atspi_Accessible, params { dir: Elm.Focus_Direction; [[Focus direction]] } - return: Elm_Object_Item *; [[Focus next object item]] + return: Elm.Widget_Item *; [[Focus next object item]] } focus_next_item_set { [[Set the next object item with specific focus direction. @since 1.16]] params { - next_item: Elm_Object_Item * @nullable; [[Focus next object item]] + next_item: Elm.Widget_Item * @nullable; [[Focus next object item]] dir: Elm.Focus_Direction; [[Focus direction]] } } -- 2.7.4