elm: Use lower case for xxx documentation to distinguish this from XXX(fixme)

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68877
This commit is contained in:
Daniel Juyung Seo 2012-03-07 06:14:25 +00:00 committed by Daniel Juyung Seo
parent e958f8754e
commit 6f413545c7
3 changed files with 5 additions and 5 deletions

View File

@ -93,9 +93,9 @@
* of the state parts in the Edje group implementing the item's
* theme. Return @c EINA_FALSE for false/off or @c EINA_TRUE for
* true/on. Gengrids will emit a signal to its theming Edje object
* with @c "elm,state,XXX,active" and @c "elm" as "emission" and
* with @c "elm,state,xxx,active" and @c "elm" as "emission" and
* "source" arguments, respectively, when the state is true (the
* default is false), where @c XXX is the name of the (state) part.
* default is false), where @c xxx is the name of the (state) part.
* See #Elm_Gengrid_Item_State_Get_Cb.
* - @c func.del - This is called when elm_object_item_del() is
* called on an item or elm_gengrid_clear() is called on the

View File

@ -60,9 +60,9 @@
* - @c func.state_get - The @c part parameter is the name string of one of
* the state parts in the Edje group implementing the item's theme. Return
* @c EINA_FALSE for false/off or @c EINA_TRUE for true/on. Genlists will
* emit a signal to its theming Edje object with @c "elm,state,XXX,active"
* emit a signal to its theming Edje object with @c "elm,state,xxx,active"
* and @c "elm" as "emission" and "source" arguments, respectively, when
* the state is true (the default is false), where @c XXX is the name of
* the state is true (the default is false), where @c xxx is the name of
* the (state) part. See #Elm_Genlist_Item_State_Get_Cb.
* - @c func.del - This is intended for use when genlist items are deleted,
* so any data attached to the item (e.g. its data parameter on creation)

View File

@ -466,7 +466,7 @@ EAPI void elm_icon_preload_disabled_set(Evas_Object *obj, Eina_
*
* Return if this elm icon's image can be animated. Currently Evas only
* supports gif animation. If the return value is EINA_FALSE, other
* elm_icon_animated_XXX APIs won't work.
* elm_icon_animated_xxx APIs won't work.
* @ingroup Icon
*/
EAPI Eina_Bool elm_icon_animated_available_get(const Evas_Object *obj);