summaryrefslogtreecommitdiff
path: root/include/elementary/c_elementary.pxd
diff options
context:
space:
mode:
authorDavide Andreoli <dave@gurumeditation.it>2012-06-24 21:37:12 +0000
committerDavide Andreoli <dave@gurumeditation.it>2012-06-24 21:37:12 +0000
commite1e1f1c3bffdcc380f7a04f328e8e6fb5b91da45 (patch)
treebb880ea52b2b9c1e3964cceaa2f7b8b4b66f1d49 /include/elementary/c_elementary.pxd
parentc6f3b58a6a014c79ce8c9da138bfa7ad966b4a86 (diff)
downloadpython-elementary-e1e1f1c3bffdcc380f7a04f328e8e6fb5b91da45.tar.gz
python-elementary-e1e1f1c3bffdcc380f7a04f328e8e6fb5b91da45.tar.bz2
python-elementary-e1e1f1c3bffdcc380f7a04f328e8e6fb5b91da45.zip
Python elm: test for Popup, with a fix for Popup.item_append() params
SVN revision: 72775
Diffstat (limited to 'include/elementary/c_elementary.pxd')
-rw-r--r--include/elementary/c_elementary.pxd4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/elementary/c_elementary.pxd b/include/elementary/c_elementary.pxd
index 3ac916a..1578587 100644
--- a/include/elementary/c_elementary.pxd
+++ b/include/elementary/c_elementary.pxd
@@ -1893,7 +1893,7 @@ cdef extern from "Elementary.h":
void elm_panes_horizontal_set(Evas_Object *obj, Eina_Bool horizontal)
Eina_Bool elm_panes_horizontal_get(Evas_Object *obj)
- # Photo (api:DONE cb:DONE test:TODO doc:DONE py3:DONE)
+ # Photo (api:DONE cb:DONE test:DONE doc:DONE py3:DONE)
Evas_Object *elm_photo_add(Evas_Object *parent)
Eina_Bool elm_photo_file_set(Evas_Object *obj, const_char_ptr file)
void elm_photo_thumb_set(Evas_Object *obj, const_char_ptr file, const_char_ptr group)
@@ -1928,7 +1928,7 @@ cdef extern from "Elementary.h":
Eina_Bool elm_plug_connect(Evas_Object *obj, const_char_ptr svcname, int svcnum, Eina_Bool svcsys)
Evas_Object *elm_plug_image_object_get(Evas_Object *obj)
- # Popup (api:DONE cb:DONE test:TODO doc:DONE py3:DONE)
+ # Popup (api:DONE cb:DONE test:DONE doc:DONE py3:DONE)
Evas_Object *elm_popup_add(Evas_Object *parent)
Elm_Object_Item *elm_popup_item_append(Evas_Object *obj, const_char_ptr label, Evas_Object *icon, Evas_Smart_Cb func, void *data)
void elm_popup_content_text_wrap_type_set(Evas_Object *obj, Elm_Wrap_Type wrap)