[elm_selectioninfo] modified for new API
authorjh0506.yun <jh0506.yun@samsung.com>
Mon, 16 Aug 2010 04:40:30 +0000 (13:40 +0900)
committerjh0506.yun <jh0506.yun@samsung.com>
Mon, 16 Aug 2010 04:40:30 +0000 (13:40 +0900)
src/lib/Elementary.h.in
src/lib/elm_selectioninfo.c

index 8bb2bb2..7b1c203 100644 (file)
@@ -702,7 +702,7 @@ extern "C" {
    EAPI void         elm_selectioninfo_parent_set(Evas_Object *obj, Evas_Object *parent);
    EAPI void         elm_selectioninfo_check_state_set(Evas_Object *obj, Eina_Bool *state, int count);
    EAPI int          elm_selectioninfo_checked_count_get(Evas_Object *obj);
-   EAPI void         elm_selectioninfo_text_set(Evas_Object *obj, char* text);
+   EAPI void         elm_selectioninfo_label_set(Evas_Object *obj, char* text);
    /* smart callbacks called:
     */
    
index 76019d9..d3f3d17 100644 (file)
@@ -207,7 +207,7 @@ elm_selectioninfo_add(Evas_Object *parent)
  * @param obj The selctioninfo object
  * @param content The content will be filled in this selectioninfo object
  *
- * @ingroup Notify
+ * @ingroup Selectioninfo
  */
 EAPI void
 elm_selectioninfo_content_set(Evas_Object *obj, Evas_Object *content)
@@ -329,7 +329,7 @@ elm_selectioninfo_checked_count_get(Evas_Object *obj)
  */
 
 EAPI void
-elm_selectioninfo_text_set(Evas_Object *obj, char* text)
+elm_selectioninfo_label_set(Evas_Object *obj, char* text)
 {
        ELM_CHECK_WIDTYPE(obj, widtype);
        Widget_Data *wd = elm_widget_data_get(obj);