[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[core/elementary] master 01/01: elm headers: fixed documentation about elm_object_item supports.
seoz pushed a commit to branch master.
http://git.enlightenment.org/core/elementary.git/commit/?id=33d27c1e2ef4dfa00dca5d941d9cbdb652034c91
commit 33d27c1e2ef4dfa00dca5d941d9cbdb652034c91
Author: Daniel Juyung Seo <seojuyung2@gmail.com>
Date: Wed Sep 18 01:56:16 2013 +0900
elm headers: fixed documentation about elm_object_item supports.
---
src/lib/elc_ctxpopup.h | 1 +
src/lib/elc_hoversel.h | 1 +
src/lib/elc_multibuttonentry.h | 1 +
src/lib/elc_naviframe.h | 1 +
src/lib/elc_popup.h | 6 +++---
src/lib/elm_diskselector.h | 1 +
src/lib/elm_flipselector.h | 3 ++-
src/lib/elm_gengrid.h | 14 ++++++++++----
src/lib/elm_genlist.h | 16 ++++++++--------
src/lib/elm_index.h | 3 +++
src/lib/elm_list.h | 1 +
src/lib/elm_menu.h | 1 +
src/lib/elm_segment_control.h | 1 +
src/lib/elm_slideshow.h | 3 +++
src/lib/elm_toolbar.h | 4 ++++
15 files changed, 41 insertions(+), 16 deletions(-)
diff --git a/src/lib/elc_ctxpopup.h b/src/lib/elc_ctxpopup.h
index c3aa610..b204b7b 100644
--- a/src/lib/elc_ctxpopup.h
+++ b/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/src/lib/elc_hoversel.h b/src/lib/elc_hoversel.h
index f676b97..d085491 100644
--- a/src/lib/elc_hoversel.h
+++ b/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/src/lib/elc_multibuttonentry.h b/src/lib/elc_multibuttonentry.h
index 9653548..73a125d 100644
--- a/src/lib/elc_multibuttonentry.h
+++ b/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/src/lib/elc_naviframe.h b/src/lib/elc_naviframe.h
index a2f4af6..1413496 100644
--- a/src/lib/elc_naviframe.h
+++ b/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/src/lib/elc_popup.h b/src/lib/elc_popup.h
index 4a403cd..86b8dcf 100644
--- a/src/lib/elc_popup.h
+++ b/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/src/lib/elm_diskselector.h b/src/lib/elm_diskselector.h
index 50dcf57..6035b8e 100644
--- a/src/lib/elm_diskselector.h
+++ b/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/src/lib/elm_flipselector.h b/src/lib/elm_flipselector.h
index c1fcdef..1919bb9 100644
--- a/src/lib/elm_flipselector.h
+++ b/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/src/lib/elm_gengrid.h b/src/lib/elm_gengrid.h
index 1da72a3..e850146 100644
--- a/src/lib/elm_gengrid.h
+++ b/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/src/lib/elm_genlist.h b/src/lib/elm_genlist.h
index b30f285..60f0af6 100644
--- a/src/lib/elm_genlist.h
+++ b/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/src/lib/elm_index.h b/src/lib/elm_index.h
index f522060..0035f64 100644
--- a/src/lib/elm_index.h
+++ b/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/src/lib/elm_list.h b/src/lib/elm_list.h
index c5b6ce2..7dc588e 100644
--- a/src/lib/elm_list.h
+++ b/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/src/lib/elm_menu.h b/src/lib/elm_menu.h
index 2a5350f..2790a61 100644
--- a/src/lib/elm_menu.h
+++ b/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/src/lib/elm_segment_control.h b/src/lib/elm_segment_control.h
index 6a0d5b1..38044ac 100644
--- a/src/lib/elm_segment_control.h
+++ b/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/src/lib/elm_slideshow.h b/src/lib/elm_slideshow.h
index a99855a..355227f 100644
--- a/src/lib/elm_slideshow.h
+++ b/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/src/lib/elm_toolbar.h b/src/lib/elm_toolbar.h
index 0ad69e5..818ba88 100644
--- a/src/lib/elm_toolbar.h
+++ b/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
--