Fix compile issues.
authorsanjeev <sanjeev@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 7 Mar 2012 15:56:05 +0000 (15:56 +0000)
committersanjeev <sanjeev@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 7 Mar 2012 15:56:05 +0000 (15:56 +0000)
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68978 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elc_popup.c
src/lib/elm_web.c
src/lib/elm_web.h

index 62731bc..899ca22 100644 (file)
@@ -1306,7 +1306,7 @@ elm_popup_content_text_wrap_type_set(Evas_Object *obj, Elm_Wrap_Type wrap)
 }
 
 EAPI Elm_Wrap_Type
-elm_popup_content_text_wrap_type_get(Evas_Object *obj)
+elm_popup_content_text_wrap_type_get(const Evas_Object *obj)
 {
    ELM_CHECK_WIDTYPE(obj, widtype) ELM_WRAP_LAST;
    Widget_Data *wd = elm_widget_data_get(obj);
index ff711d7..fe24e46 100644 (file)
@@ -1576,7 +1576,7 @@ elm_web_forward_possible(Evas_Object *obj)
 }
 
 EAPI Eina_Bool
-elm_web_forward_possible(Evas_Object *obj)
+elm_web_forward_possible_get(const Evas_Object *obj)
 {
    ELM_CHECK_WIDTYPE(obj, widtype) EINA_FALSE;
 #ifdef HAVE_ELEMENTARY_WEB
index 9980238..f20ac86 100644 (file)
@@ -745,7 +745,7 @@ EAPI Eina_Bool         elm_web_back(Evas_Object *obj);
  * @return EINA_TRUE on success, EINA_FALSE otherwise
  *
  * @see elm_web_history_enabled_set()
- * @see elm_web_forward_possible()
+ * @see elm_web_forward_possible_get()
  * @see elm_web_back()
  * @see elm_web_navigate()
  */
@@ -764,7 +764,7 @@ EAPI Eina_Bool         elm_web_forward(Evas_Object *obj);
  * history exists to jump the given number of steps
  *
  * @see elm_web_history_enabled_set()
- * @see elm_web_navigate_possible()
+ * @see elm_web_navigate_possible_get()
  * @see elm_web_back()
  * @see elm_web_forward()
  */