added a function whose prototype was missing in popup
authorshilpa singh <shilpa.singh@samsung.com>
Wed, 8 Sep 2010 12:13:01 +0000 (21:13 +0900)
committershilpa singh <shilpa.singh@samsung.com>
Wed, 8 Sep 2010 12:13:01 +0000 (21:13 +0900)
src/lib/Elementary.h.in

index 39c7459..d879c85 100644 (file)
@@ -1922,6 +1922,7 @@ extern "C" {
    EAPI void         elm_popup_title_label_set(Evas_Object *obj, const char *text);
    EAPI const char  *elm_popup_title_label_get(Evas_Object *obj);
    EAPI void         elm_popup_title_icon_set(Evas_Object *obj, Evas_Object *icon);
+   EAPI Evas_Object *elm_popup_title_icon_get(Evas_Object *obj);
    EAPI void         elm_popup_content_set(Evas_Object *obj, Evas_Object *content);
    EAPI Evas_Object* elm_popup_content_get(Evas_Object *obj);
    EAPI void         elm_popup_buttons_add(Evas_Object *obj,int no_of_buttons, char *first_button_text,  ...);