Hello Jihoon Kim,

On Wed, Mar 27, 2013 at 5:34 AM, Jihoon Kim - Enlightenment Git
<no-re...@enlightenment.org> wrote:
> jihoon pushed a commit to branch master.
>
> commit 85b06ba3bd919ea079327c664ca24e570d300844
> Author: Jihoon Kim <jihoon48....@samsung.com>
> Date:   Wed Mar 27 17:34:19 2013 +0900
>
>     Add APIs - elm_entry_input_panel_layout_variation_set/get
> ---
>  ChangeLog                  |  4 ++++
>  NEWS                       |  1 +
>  src/lib/elm_entry.c        | 45 +++++++++++++++++++++++++++++++++++
>  src/lib/elm_entry.h        | 59 
> ++++++++++++++++++++++++++++++++++++++++++++++
>  src/lib/elm_widget_entry.h |  1 +
>  5 files changed, 110 insertions(+)
>

>  /**
> + * @def elm_obj_entry_input_panel_layout_variation_set
> + * @since 1.8
> + *
> + * Set the input panel layout variation of the entry
> + *
> + * @param[in] layout variation
> + *
> + * @see elm_entry_input_panel_layout_variation_set
> + */
> +#define elm_obj_entry_input_panel_layout_variation_set(variation) 
> ELM_OBJ_ENTRY_ID(ELM_OBJ_ENTRY_SUB_ID_INPUT_PANEL_LAYOUT_VARIATION_SET), 
> EO_TYPECHECK(int, variation)
> +
> +/**
> + * @def elm_obj_entry_input_panel_layout_variation_get
> + * @since 1.8
> + *
> + * Get the input panel layout variation of the entry
> + *
> + * @param[out] ret
> + *
> + * @see elm_entry_input_panel_layout_variation_get
> + */
> +#define elm_obj_entry_input_panel_layout_variation_get(ret) 
> ELM_OBJ_ENTRY_ID(ELM_OBJ_ENTRY_SUB_ID_INPUT_PANEL_LAYOUT_VARIATION_GET), 
> EO_TYPECHECK(int *, ret)
> +
> +/**
>   * @def elm_obj_entry_autocapital_type_set
>   * @since 1.8
>   *

Since you are adding almost no documentation to these functions, what
about adding a link or reference to the documentation of
edje_object_part_text_input_panel_layout_variation_set() too?

Regards,
--
Rafael Antognolli
http://antognolli.org/

------------------------------------------------------------------------------
Own the Future-Intel&reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to