From d0fa4594e81a01d5d431a09a8e37eaa76d30c565 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 18 Sep 2013 01:56:16 +0900 Subject: [PATCH] elm headers: fixed documentation about elm_object_item supports. --- legacy/elementary/src/lib/elc_ctxpopup.h | 1 + legacy/elementary/src/lib/elc_hoversel.h | 1 + legacy/elementary/src/lib/elc_multibuttonentry.h | 1 + legacy/elementary/src/lib/elc_naviframe.h | 1 + legacy/elementary/src/lib/elc_popup.h | 6 +++--- legacy/elementary/src/lib/elm_diskselector.h | 1 + legacy/elementary/src/lib/elm_flipselector.h | 3 ++- legacy/elementary/src/lib/elm_gengrid.h | 14 ++++++++++---- legacy/elementary/src/lib/elm_genlist.h | 16 ++++++++-------- legacy/elementary/src/lib/elm_index.h | 3 +++ legacy/elementary/src/lib/elm_list.h | 1 + legacy/elementary/src/lib/elm_menu.h | 1 + legacy/elementary/src/lib/elm_segment_control.h | 1 + legacy/elementary/src/lib/elm_slideshow.h | 3 +++ legacy/elementary/src/lib/elm_toolbar.h | 4 ++++ 15 files changed, 41 insertions(+), 16 deletions(-) diff --git a/legacy/elementary/src/lib/elc_ctxpopup.h b/legacy/elementary/src/lib/elc_ctxpopup.h index c3aa610..b204b7b 100644 --- a/legacy/elementary/src/lib/elc_ctxpopup.h +++ b/legacy/elementary/src/lib/elc_ctxpopup.h @@ -46,6 +46,7 @@ * @li @ref elm_object_disabled_get * * Supported elm_object_item common APIs. + * @li @ref elm_object_item_del * @li @ref elm_object_item_disabled_set * @li @ref elm_object_item_disabled_get * @li @ref elm_object_item_part_text_set diff --git a/legacy/elementary/src/lib/elc_hoversel.h b/legacy/elementary/src/lib/elc_hoversel.h index f676b97..d085491 100644 --- a/legacy/elementary/src/lib/elc_hoversel.h +++ b/legacy/elementary/src/lib/elc_hoversel.h @@ -41,6 +41,7 @@ * @li @ref elm_object_part_content_unset * * Supported elm_object_item common APIs. + * @li elm_object_item_del * @li elm_object_item_part_text_get * * See @ref tutorial_hoversel for an example. diff --git a/legacy/elementary/src/lib/elc_multibuttonentry.h b/legacy/elementary/src/lib/elc_multibuttonentry.h index 9653548..73a125d 100644 --- a/legacy/elementary/src/lib/elc_multibuttonentry.h +++ b/legacy/elementary/src/lib/elc_multibuttonentry.h @@ -46,6 +46,7 @@ * @li "default" - A label of the multi-button entry item * * Supported elm_object_item common APIs. + * @li @ref elm_object_item_del * @li @ref elm_object_item_part_text_set * @li @ref elm_object_item_part_text_get */ diff --git a/legacy/elementary/src/lib/elc_naviframe.h b/legacy/elementary/src/lib/elc_naviframe.h index a2f4af6..1413496 100644 --- a/legacy/elementary/src/lib/elc_naviframe.h +++ b/legacy/elementary/src/lib/elc_naviframe.h @@ -63,6 +63,7 @@ * * All the parts, for content and text, described here will also be * reachable by naviframe @b items direct calls: + * @li @ref elm_object_item_del * @li @ref elm_object_item_part_text_set * @li @ref elm_object_item_part_text_get * @li @ref elm_object_item_part_content_set diff --git a/legacy/elementary/src/lib/elc_popup.h b/legacy/elementary/src/lib/elc_popup.h index 4a403cd..86b8dcf 100644 --- a/legacy/elementary/src/lib/elc_popup.h +++ b/legacy/elementary/src/lib/elc_popup.h @@ -100,14 +100,14 @@ * @li "default" - Item's label * * Supported elm_object_item common APIs. - * @li @ref elm_object_item_disabled_set - * @li @ref elm_object_item_disabled_get * @li @ref elm_object_item_part_text_set * @li @ref elm_object_item_part_text_get * @li @ref elm_object_item_part_content_set * @li @ref elm_object_item_part_content_get - * @li @ref elm_object_item_signal_emit + * @li @ref elm_object_item_disabled_set + * @li @ref elm_object_item_disabled_get * @li @ref elm_object_item_del + * @li @ref elm_object_item_signal_emit * * Here are some sample code to illustrate Popup usage: * @li @ref popup_example_01_c diff --git a/legacy/elementary/src/lib/elm_diskselector.h b/legacy/elementary/src/lib/elm_diskselector.h index 50dcf57..6035b8e 100644 --- a/legacy/elementary/src/lib/elm_diskselector.h +++ b/legacy/elementary/src/lib/elm_diskselector.h @@ -49,6 +49,7 @@ * @li "default" - Label of the diskselector item * * Supported elm_object_item common APIs. + * @li @ref elm_object_item_del * @li @ref elm_object_item_part_text_set * @li @ref elm_object_item_part_text_get * @li @ref elm_object_item_part_content_set diff --git a/legacy/elementary/src/lib/elm_flipselector.h b/legacy/elementary/src/lib/elm_flipselector.h index c1fcdef..1919bb9 100644 --- a/legacy/elementary/src/lib/elm_flipselector.h +++ b/legacy/elementary/src/lib/elm_flipselector.h @@ -43,8 +43,9 @@ * @li @ref elm_object_disabled_get * * Supported elm_object_item common APIs. - * @li @ref elm_object_item_text_set + * @li @ref elm_object_item_del * @li @ref elm_object_item_part_text_set + * @li @ref elm_object_item_part_text_get * @li @ref elm_object_item_signal_emit * * Here is an example on its usage: diff --git a/legacy/elementary/src/lib/elm_gengrid.h b/legacy/elementary/src/lib/elm_gengrid.h index 1da72a3..e850146 100644 --- a/legacy/elementary/src/lib/elm_gengrid.h +++ b/legacy/elementary/src/lib/elm_gengrid.h @@ -242,13 +242,19 @@ * @li elm_object_signal_emit() * * Supported elm_object_item common APIs - * @li elm_object_item_part_content_get() + * @li elm_object_item_part_content_get + * @li elm_object_item_part_text_get + * @li elm_object_item_disabled_set + * @li elm_object_item_disabled_get + * @li elm_object_item_del + * @li elm_object_item_signal_emit + * + * Unsupported elm_object_item common APIs due to the gengrid concept. + * Gengrid fills content/text according to the appropriate callback functions. + * Please use elm_gengrid_item_update() instead. * @li elm_object_item_part_content_set() * @li elm_object_item_part_content_unset() * @li elm_object_item_part_text_set() - * @li elm_object_item_part_text_get() - * @li elm_object_item_disabled_set() - * @li elm_object_item_disabled_get() * * List of gengrid examples: * @li @ref gengrid_example diff --git a/legacy/elementary/src/lib/elm_genlist.h b/legacy/elementary/src/lib/elm_genlist.h index b30f285..60f0af6 100644 --- a/legacy/elementary/src/lib/elm_genlist.h +++ b/legacy/elementary/src/lib/elm_genlist.h @@ -372,19 +372,19 @@ * * * Supported elm_object_item common APIs - * @li @ref elm_object_item_part_content_get() - * @li @ref elm_object_item_part_text_get() - * @li @ref elm_object_item_disabled_set() - * @li @ref elm_object_item_disabled_get() - * @li @ref elm_object_item_signal_emit() + * @li @ref elm_object_item_part_content_get + * @li @ref elm_object_item_part_text_get + * @li @ref elm_object_item_disabled_set + * @li @ref elm_object_item_disabled_get + * @li @ref elm_object_item_signal_emit * * Unsupported elm_object_item common APIs due to the genlist concept. * Genlist fills content/text according to the appropriate callback functions. * Please use elm_genlist_item_update() or elm_genlist_item_fields_update() * instead. - * @li @ref elm_object_item_part_content_set() - * @li @ref elm_object_item_part_content_unset() - * @li @ref elm_object_item_part_text_set() + * @li @ref elm_object_item_part_content_set + * @li @ref elm_object_item_part_content_unset + * @li @ref elm_object_item_part_text_set * * @section Genlist_Examples Examples * diff --git a/legacy/elementary/src/lib/elm_index.h b/legacy/elementary/src/lib/elm_index.h index f522060..0035f64 100644 --- a/legacy/elementary/src/lib/elm_index.h +++ b/legacy/elementary/src/lib/elm_index.h @@ -49,6 +49,9 @@ * last event happening on those time frames will actually be * reported. * + * Supported elm_object_item common APIs + * @li elm_object_item_del + * * Here are some examples on its usage: * @li @ref index_example_01 * @li @ref index_example_02 diff --git a/legacy/elementary/src/lib/elm_list.h b/legacy/elementary/src/lib/elm_list.h index c5b6ce2..7dc588e 100644 --- a/legacy/elementary/src/lib/elm_list.h +++ b/legacy/elementary/src/lib/elm_list.h @@ -68,6 +68,7 @@ * @li @ref elm_object_item_part_content_set * @li @ref elm_object_item_part_content_get * @li @ref elm_object_item_part_content_unset + * @li @ref elm_object_item_del * @li @ref elm_object_item_signal_emit * * This widget implements the @b @ref elm-scrollable-interface diff --git a/legacy/elementary/src/lib/elm_menu.h b/legacy/elementary/src/lib/elm_menu.h index 2a5350f..2790a61 100644 --- a/legacy/elementary/src/lib/elm_menu.h +++ b/legacy/elementary/src/lib/elm_menu.h @@ -23,6 +23,7 @@ * @li "default" - label in the menu item * * Supported elm_object_item common APIs. + * @li @ref elm_object_item_del * @li @ref elm_object_item_part_text_set * @li @ref elm_object_item_part_text_get * @li @ref elm_object_item_part_content_set diff --git a/legacy/elementary/src/lib/elm_segment_control.h b/legacy/elementary/src/lib/elm_segment_control.h index 6a0d5b1..38044ac 100644 --- a/legacy/elementary/src/lib/elm_segment_control.h +++ b/legacy/elementary/src/lib/elm_segment_control.h @@ -44,6 +44,7 @@ * @li elm_object_disabled_get * * Supported elm_object_item common APIs. + * @li @ref elm_object_item_del * @li @ref elm_object_item_part_text_set * @li @ref elm_object_item_part_text_get * @li @ref elm_object_item_part_content_set diff --git a/legacy/elementary/src/lib/elm_slideshow.h b/legacy/elementary/src/lib/elm_slideshow.h index a99855a..355227f 100644 --- a/legacy/elementary/src/lib/elm_slideshow.h +++ b/legacy/elementary/src/lib/elm_slideshow.h @@ -60,6 +60,9 @@ * - @c "focused" - When the slideshow has received focus. (since 1.8) * - @c "unfocused" - When the slideshow has lost focus. (since 1.8) * + * Supported @c elm_object_item common APIs. + * @li @ref elm_object_item_del + * * List of examples for the slideshow widget: * @li @ref slideshow_example */ diff --git a/legacy/elementary/src/lib/elm_toolbar.h b/legacy/elementary/src/lib/elm_toolbar.h index 0ad69e5..818ba88 100644 --- a/legacy/elementary/src/lib/elm_toolbar.h +++ b/legacy/elementary/src/lib/elm_toolbar.h @@ -40,10 +40,14 @@ * @li "default" - label of the toolbar item * * Supported elm_object_item common APIs. + * @li @ref elm_object_item_del * @li @ref elm_object_item_disabled_set * @li @ref elm_object_item_disabled_get * @li @ref elm_object_item_part_text_set * @li @ref elm_object_item_part_text_get + * @li @ref elm_object_item_part_content_set + * @li @ref elm_object_item_part_content_get + * @li @ref elm_object_item_part_content_unset * * List of examples: * @li @ref toolbar_example_01 -- 2.7.4