From 7dbbbca898b65a51d79a6d527c90cd8c0fc94278 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 6 Aug 2015 14:56:47 +0100 Subject: [PATCH] Elm slideshow item: migrate docs. --- .../elementary/src/lib/elm_slideshow_item.eo | 38 ++++++++----------- 1 file changed, 15 insertions(+), 23 deletions(-) diff --git a/legacy/elementary/src/lib/elm_slideshow_item.eo b/legacy/elementary/src/lib/elm_slideshow_item.eo index 62b21cc265..b065fc12ed 100644 --- a/legacy/elementary/src/lib/elm_slideshow_item.eo +++ b/legacy/elementary/src/lib/elm_slideshow_item.eo @@ -3,35 +3,27 @@ class Elm.Slideshow_Item(Elm.Widget_Item) eo_prefix: elm_obj_slideshow_item; methods { show { - /*@ - Display a given slideshow widget's item, programmatically. + [[Display a given slideshow widget's item, programmatically. - The change between the current item and @p item will use the - transition @p obj is set to use (@see - elm_slideshow_transition_set()). + The change between the current item and $item will use the + transition $obj is set to use. - @ingroup Slideshow - */ + See: Elm.Slidshow.transition.get]] + /* FIXME Make a proper ref ^ */ } object_get @const { - /*@ - Get the real Evas object created to implement the view of a - given slideshow item + [[Get the real Evas object created to implement the view of a given slideshow item. - This returns the actual Evas object used to implement the - specified slideshow item's view. This may be @c NULL, as it may - not have been created or may have been deleted, at any time, by - the slideshow. Do not modify this object (move, resize, - show, hide, etc.), as the slideshow is controlling it. This - function is for querying, emitting custom signals or hooking - lower level callbacks for events on that object. Do not delete - this object under any circumstances. + This returns the actual Evas object used to implement the + specified slideshow item's view. This may be $null, as it may + not have been created or may have been deleted, at any time, by + the slideshow. **Do not modify this object** (move, resize, + show, hide, etc.), as the slideshow is controlling it. This + function is for querying, emitting custom signals or hooking + lower level callbacks for events on that object. Do not delete + this object under any circumstances.]] - @see elm_object_item_data_get() - - @ingroup Slideshow - */ - return: Evas.Object*; + return: Evas.Object*; } } implements {