docs: Changes non public Tizen elementary APIs in API reference to internal 19/237019/4
authorMyoungwoon Roy, Kim <myoungwoon.kim@samsung.com>
Wed, 24 Jun 2020 05:40:20 +0000 (14:40 +0900)
committerMyoungwoon Roy Kim <myoungwoon.kim@samsung.com>
Thu, 25 Jun 2020 08:15:27 +0000 (08:15 +0000)
Change-Id: Ie6134546631a49acda3e52ee6ca7e2ceafaba17f

22 files changed:
src/lib/elementary/elc_combobox.h
src/lib/elementary/elc_fileselector.h
src/lib/elementary/elm_actionslider.h
src/lib/elementary/elm_app.h
src/lib/elementary/elm_bubble.h
src/lib/elementary/elm_config.h
src/lib/elementary/elm_dayselector.h
src/lib/elementary/elm_diskselector.h
src/lib/elementary/elm_genlist_eo.legacy.h
src/lib/elementary/elm_genlist_item_eo.legacy.h
src/lib/elementary/elm_helper.h
src/lib/elementary/elm_hover.h
src/lib/elementary/elm_menu.h
src/lib/elementary/elm_need.h
src/lib/elementary/elm_photo.h
src/lib/elementary/elm_separator.h
src/lib/elementary/elm_slideshow.h
src/lib/elementary/elm_store.h
src/lib/elementary/elm_thumb.h
src/lib/elementary/elm_web.h
src/lib/elementary/elm_web_common.h
src/lib/elementary/elm_win_legacy.h

index a9b3e71..cd9fbef 100644 (file)
@@ -1,4 +1,6 @@
 /**
+ * @internal
+ *
  * @defgroup Elm_Combobox Combobox
  * @ingroup Elementary
  *
index 20db05f..69f1ff0 100644 (file)
@@ -1,4 +1,6 @@
 /**
+ * @internal
+ *
  * @defgroup Elm_Fileselector File Selector
  * @ingroup Elementary
  *
index 2232be7..d8a4a10 100644 (file)
@@ -1,4 +1,6 @@
 /**
+ * @internal
+ *
  * @addtogroup Elm_Actionslider Actionslider
  * @ingroup Elementary
  *
index a169f7c..a374c54 100644 (file)
@@ -97,6 +97,8 @@ EAPI void        elm_app_info_set(void *mainfunc, const char *dom, const char *c
 EAPI void        elm_app_name_set(const char *name);
 
 /**
+ * @internal
+ *
  * Set the path to the '.desktop' file to be associated
  * with the elm application.
  *
index 945edc9..bb92682 100644 (file)
@@ -1,4 +1,6 @@
 /**
+ * @internal
+ *
  * @defgroup Elm_Bubble Bubble
  * @ingroup Elementary
  *
index 3bd4e32..e9de3cd 100644 (file)
@@ -298,6 +298,8 @@ EAPI double       elm_config_scroll_page_scroll_friction_get(void);
 EAPI void         elm_config_scroll_page_scroll_friction_set(double friction);
 
 /**
+ * @internal
+ *
  * Get enable status of context menu disabled.
  *
  * @see elm_config_context_menu_disabled_set()
@@ -310,6 +312,8 @@ EAPI void         elm_config_scroll_page_scroll_friction_set(double friction);
 EAPI Eina_Bool elm_config_context_menu_disabled_get(void);
 
 /**
+ * @internal
+ *
  * Enable or disable the context menu in entries.
  *
  * @param disabled disable context menu if @c EINA_TRUE, enable otherwise
@@ -579,6 +583,8 @@ EAPI Eina_Bool    elm_config_scroll_thumbscroll_smooth_start_get(void);
 EAPI void         elm_config_scroll_thumbscroll_smooth_start_set(Eina_Bool enable);
 
 /**
+ * @internal
+ *
  * Get the value of this option
  *
  * @return State of this option
@@ -591,21 +597,25 @@ EAPI void         elm_config_scroll_thumbscroll_smooth_start_set(Eina_Bool enabl
 EAPI Eina_Bool    elm_config_scroll_animation_disabled_get(void);
 
 /**
+ * @internal
+ *
  * Set the value for this option
  *
  * This option disables timed animations during scrolling and forces scroll actions
  * to be performed immediately.
  *
- * @param enable The state of this option
+ * @param disable The state of this option
  *
  * @see elm_config_scroll_animation_disabled_get()
  *
  * @since 1.18
  * @ingroup Elm_Scrolling
  */
-EAPI void         elm_config_scroll_animation_disabled_set(Eina_Bool enable);
+EAPI void         elm_config_scroll_animation_disabled_set(Eina_Bool disable);
 
 /**
+ * @internal
+ *
  * Get the value of this option
  *
  * @return State of this option
@@ -618,6 +628,8 @@ EAPI void         elm_config_scroll_animation_disabled_set(Eina_Bool enable);
 EAPI double       elm_config_scroll_accel_factor_get(void);
 
 /**
+ * @internal
+ *
  * Set the value for this option
  *
  * Using a mouse wheel or touchpad to scroll will result in events
@@ -814,6 +826,8 @@ EAPI const char *elm_config_scroll_item_valign_get(void);
 //
 
 /**
+ * @internal
+ *
  * Get the min limit for the momentum animation duration(unit:second)
  *
  * @return the thumb scroll momentum animation duration min limit
@@ -823,6 +837,8 @@ EAPI const char *elm_config_scroll_item_valign_get(void);
 EAPI double       elm_config_scroll_thumbscroll_momentum_animation_duration_min_limit_get(void);
 
 /**
+ * @internal
+ *
  * Set the min limit for the momentum animation duration(unit:second)
  *
  * @param min the thumb scroll momentum animation duration min limit
@@ -833,6 +849,8 @@ EAPI double       elm_config_scroll_thumbscroll_momentum_animation_duration_min_
 EAPI void         elm_config_scroll_thumbscroll_momentum_animation_duration_min_limit_set(double min);
 
 /**
+ * @internal
+ *
  * Get the max limit for the momentum animation duration(unit:second)
  *
  * @return the thumb scroll momentum animation duration max limit
@@ -842,6 +860,8 @@ EAPI void         elm_config_scroll_thumbscroll_momentum_animation_duration_min_
 EAPI double       elm_config_scroll_thumbscroll_momentum_animation_duration_max_limit_get(void);
 
 /**
+ * @internal
+ *
  * Set the max limit for the momentum animation duration(unit:second)
  *
  * @param max the thumb scroll momentum animation duration max limit
@@ -1092,6 +1112,8 @@ EAPI Elm_Softcursor_Mode elm_config_softcursor_mode_get(void);
  */
 
 /**
+ * @internal
+ *
  * Get the duration after which tooltip will be shown.
  *
  * @return Duration after which tooltip will be shown.
@@ -1099,6 +1121,8 @@ EAPI Elm_Softcursor_Mode elm_config_softcursor_mode_get(void);
 EAPI double      elm_config_tooltip_delay_get(void);
 
 /**
+ * @internal
+ *
  * Set the duration after which tooltip will be shown.
  *
  * @return @c EINA_TRUE if value is set.
@@ -1452,6 +1476,8 @@ EAPI const Eina_List *elm_config_font_overlay_list_get(void);
 EAPI void             elm_config_font_overlay_set(const char *text_class, const char *font, Evas_Font_Size size);
 
 /**
+ * @internal
+ *
  * Get access mode
  *
  * @return the access mode bouncing state
@@ -1465,6 +1491,8 @@ EAPI void             elm_config_font_overlay_set(const char *text_class, const
 EAPI Eina_Bool        elm_config_access_get(void);
 
 /**
+ * @internal
+ *
  * Set access mode
  *
  * @param is_access If @c EINA_TRUE, enables access mode
index abbf803..705c85f 100644 (file)
@@ -1,4 +1,6 @@
 /**
+ * @internal
+ *
  * @defgroup Elm_Dayselector Dayselector
  * @ingroup Elementary
  *
index 4d3a3a0..bbd22d9 100644 (file)
@@ -1,4 +1,6 @@
 /**
+ * @internal
+ *
  * @defgroup Elm_Diskselector Diskselector
  * @ingroup Elementary
  *
index bf00258..d19ff52 100644 (file)
@@ -183,6 +183,8 @@ EAPI void elm_genlist_reorder_mode_set(Elm_Genlist *obj, Eina_Bool reorder_mode)
 EAPI Eina_Bool elm_genlist_reorder_mode_get(const Elm_Genlist *obj);
 
 /**
+ * @internal
+ *
  * @brief Set Genlist decorate mode.
  *
  * This sets Genlist decorate mode to all items.
@@ -195,6 +197,8 @@ EAPI Eina_Bool elm_genlist_reorder_mode_get(const Elm_Genlist *obj);
 EAPI void elm_genlist_decorate_mode_set(Elm_Genlist *obj, Eina_Bool decorated);
 
 /**
+ * @internal
+ *
  * @brief Get Genlist decorate mode.
  *
  * @param[in] obj The object.
@@ -365,6 +369,8 @@ EAPI void elm_genlist_mode_set(Elm_Genlist *obj, Elm_List_Mode mode);
 EAPI Elm_List_Mode elm_genlist_mode_get(const Elm_Genlist *obj);
 
 /**
+ * @internal
+ *
  * @brief Get active genlist mode item.
  *
  * This function returns the item that was activated with a mode, by the
index 7ef94fc..582684c 100644 (file)
@@ -450,6 +450,8 @@ EAPI void elm_genlist_item_fields_update(Elm_Genlist_Item *obj, const char *part
 EAPI void elm_genlist_item_item_class_update(Elm_Genlist_Item *obj, const Elm_Genlist_Item_Class *itc);
 
 /**
+ * @internal
+ *
  * @brief Activate a genlist mode on an item.
  *
  * A genlist mode is a different way of selecting an item. Once a mode is
index a0ae990..5936710 100644 (file)
@@ -1,4 +1,6 @@
 /**
+ * @internal
+ *
  * @defgroup Helper Helper
  * @ingroup Elementary
  *
index 77c75c1..06262c5 100644 (file)
@@ -1,4 +1,6 @@
 /**
+ * @internal
+ *
  * @defgroup Elm_Hover Hover
  * @ingroup Elementary
  *
index 61e454a..4d53dbc 100644 (file)
@@ -1,4 +1,6 @@
 /**
+ * @internal
+ *
  * @defgroup Elm_Menu Menu
  * @ingroup Elementary
  *
index 5e873da..c2e7ca7 100644 (file)
@@ -71,6 +71,8 @@ EAPI Eina_Bool elm_need_e_dbus(void) EINA_DEPRECATED;
 EAPI Eina_Bool elm_need_eldbus(void);
 
 /**
+ * @internal
+ *
  * Request that your elementary application needs ethumb
  *
  * This initializes the Ethumb library when called and if support exists
@@ -83,6 +85,8 @@ EAPI Eina_Bool elm_need_eldbus(void);
 EAPI Eina_Bool elm_need_ethumb(void);
 
 /**
+ * @internal
+ *
  * Request that your elementary application needs web support
  *
  * This initializes the Ewebkit library when called and if support exists
index 7a7f698..634a979 100644 (file)
@@ -1,4 +1,6 @@
 /**
+ * @internal
+ *
  * @defgroup Elm_Photo Photo
  * @ingroup Elementary
  *
index 5a46b76..3bc4067 100644 (file)
@@ -1,4 +1,6 @@
 /**
+ * @internal
+ *
  * @defgroup Elm_Separator Separator
  * @ingroup Elementary
  *
index 13893ac..3663b10 100644 (file)
@@ -1,4 +1,6 @@
 /**
+ * @internal
+ *
  * @defgroup Elm_Slideshow Slideshow
  * @ingroup Elementary
  *
index 2705328..5b5ce3a 100644 (file)
@@ -1,4 +1,6 @@
 /**
+ * @internal
+ *
  * @defgroup Store Elementary Store
  * @ingroup Elementary
  *
index 6be5221..c868501 100644 (file)
@@ -1,4 +1,6 @@
 /**
+ * @internal
+ *
  * @defgroup Elm_Thumb Thumbnail
  * @ingroup Elementary
  *
index e303974..0476cc4 100644 (file)
@@ -1,4 +1,6 @@
 /**
+ * @internal
+ *
  * @defgroup Elm_Web Web
  * @ingroup Elementary
  *
index 6373f18..efc68f5 100644 (file)
@@ -1,4 +1,6 @@
 /**
+ * @internal
+ *
  * @addtogroup Elm_Web
  *
  * @{
index fe9b5ce..df8de2a 100644 (file)
@@ -506,6 +506,8 @@ EAPI void elm_win_resize_object_add(Evas_Object *obj, Evas_Object *subobj);
 EAPI void elm_win_resize_object_del(Evas_Object *obj, Evas_Object *subobj);
 
 /**
+ * @internal
+ *
  * @brief Gets the Ecore_X_Window of an Evas_Object.
  *
  * @ingroup Elm_Win
@@ -2192,6 +2194,8 @@ EAPI void elm_win_center(Evas_Object *obj, Eina_Bool h, Eina_Bool v);
 
 
 /**
+ * @internal
+ *
  * @brief Start moving or resizing the window.
  *
  * The user can request the display server to start moving or resizing the