@brief Get the current direction of a ctxpopup.
@return current direction of a ctxpopup
+ (If getting the current direction is failed, it returns #ELM_CTXPOPUP_DIRECTION_UNKNOWN)
@warning Once the ctxpopup showed up, the direction would be determined
@ingroup Ctxpopup */
- return: Elm_Ctxpopup_Direction;
+ return: Elm_Ctxpopup_Direction(4);
}
}
items {
tag for which no provider finds anything, and no text is displayed, this
function still returns EINA_FALSE.
- @return EINA_TRUE if the entry is empty, EINA_FALSE otherwise.
+ @return @c EINA_TRUE if the entry text is empty or @p entry is NULL, @c EINA_FALSE otherwise.
@ingroup Entry */
- return: bool;
+ return: bool(true);
}
markup_filter_remove {
/*@
*/
}
values {
- Elm_Object_Select_Mode mode; /*@ The selected mode */
+ Elm_Object_Select_Mode mode(4); /*@ The selected mode */
}
}
}
Get the icon lookup order.
@return The icon lookup order
+ (If getting the icon order loopup is failed, it returns #ELM_ICON_LOOKUP_THEME_FDO)
@see elm_icon_order_lookup_set()
@see Elm_Icon_Lookup_Order
@ingroup Icon */
}
values {
- Elm_Icon_Lookup_Order order; /*@ The icon lookup order (can be one of
+ Elm_Icon_Lookup_Order order(1); /*@ The icon lookup order (can be one of
#ELM_ICON_LOOKUP_FDO_THEME, #ELM_ICON_LOOKUP_THEME_FDO, #ELM_ICON_LOOKUP_FDO
or #ELM_ICON_LOOKUP_THEME) */
}
@ingroup List */
}
values {
- Elm_Object_Select_Mode mode; /*@ The select mode */
+ Elm_Object_Select_Mode mode(4); /*@ The select mode */
}
}
focus_on_selection {
Get the minimum zoom of the source.
@return Returns the minimum zoom of the source.
+ (If getting the minimum zoom fails, it returns -1)
@see elm_map_zoom_min_set() for details.
@ingroup Map */
}
values {
- int zoom; /*@ New minimum zoom value to be used. */
+ int zoom(-1); /*@ New minimum zoom value to be used. */
}
}
rotate {
Get the maximum zoom of the source.
@return Returns the maximum zoom of the source.
+ (If getting the maximum zoom fails, it returns -1)
@see elm_map_zoom_max_set() for details.
@ingroup Map */
}
values {
- int zoom; /*@ New maximum zoom value to be used. */
+ int zoom(-1); /*@ New maximum zoom value to be used. */
}
}
zoom_mode {
@ingroup Panel */
}
values {
- Elm_Panel_Orient orient; /*@ The panel orientation. Can be one of the following:
+ Elm_Panel_Orient orient(2); /*@ The panel orientation. Can be one of the following:
@li #ELM_PANEL_ORIENT_TOP
@li #ELM_PANEL_ORIENT_LEFT
@li #ELM_PANEL_ORIENT_RIGHT */
@ingroup Toolbar */
}
values {
- Elm_Object_Select_Mode mode; /*@ The select mode */
+ Elm_Object_Select_Mode mode(4); /*@ The select mode */
}
}
icon_size {
Get the icon lookup order.
@return The icon lookup order.
+ (If getting the icon order loopup fails, it returns #ELM_ICON_LOOKUP_THEME_FDO)
@see elm_toolbar_icon_order_lookup_set() for details.
@ingroup Toolbar */
}
values {
- Elm_Icon_Lookup_Order order; /*@ The icon lookup order. */
+ Elm_Icon_Lookup_Order order(1); /*@ The icon lookup order. */
}
}
shrink_mode {
/*@
Get the minor priority of a quickpanel window
- @return The minor priority of this quickpanel
+ @return The minor priority of this quickpanel. If the object is not window object, return -1.
@ingroup Win */
}
values {
- int priority; /*@ The minor priority for this quickpanel */
+ int priority(-1); /*@ The minor priority for this quickpanel */
}
}
sticky {
/*@
Get the major priority of a quickpanel window
- @return The major priority of this quickpanel
+ @return The major priority of this quickpanel. If the object is not window object, return -1.
@ingroup Win */
}
values {
- int priority; /*@ The major priority for this quickpanel */
+ int priority(-1); /*@ The major priority for this quickpanel */
}
}
indicator_opacity {