Merge branch 'master' of juyung.seo@165.213.180.234:/git/slp2.0/slp2.0-pkgs/EFL-pkgs...
[framework/uifw/elementary.git] / src / lib / Elementary.h.in
index 6304155..ed20650 100755 (executable)
@@ -1748,9 +1748,9 @@ extern "C" {
        EAPI Evas_Object *elm_popup_add(Evas_Object *parent);
        EAPI void elm_popup_desc_set(Evas_Object *obj, const char *text);
        EAPI const char* elm_popup_desc_get(Evas_Object *obj);
-   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 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 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,  ...);
@@ -1759,6 +1759,7 @@ extern "C" {
        EAPI void elm_popup_set_mode(Evas_Object *obj, Elm_Popup_Mode mode);
        EAPI void elm_popup_response(Evas_Object *obj, int  response_id);
        EAPI void elm_popup_orient_set(Evas_Object *obj, Elm_Popup_Orient orient);
+       EAPI void elm_popup_rotation_set(Evas_Object *obj, int rot_angle);
    /* Contextual Popup */
    typedef struct _Ctxpopup_Item Elm_Ctxpopup_Item;