From 50185df6e36ef05ef917dbcc7333bc6acf0ce21b Mon Sep 17 00:00:00 2001 From: shilpa singh Date: Wed, 8 Sep 2010 21:13:01 +0900 Subject: [PATCH] added a function whose prototype was missing in popup --- src/lib/Elementary.h.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index 39c7459..d879c85 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -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, ...); -- 2.7.4