kuuko pushed a commit to branch master.

commit 259c78d8b24167c6f97aaf3d821327b63ec1a464
Author: Kai Huuhko <[email protected]>
Date:   Sun Apr 14 19:39:41 2013 +0000

    Elementary: Comment out quicklaunch defines and add them to ignores.
---
 api_coverage.py            |  1 +
 efl/elementary/general.pxd | 20 ++++++++++----------
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/api_coverage.py b/api_coverage.py
index f7fc0d4..be8c51b 100755
--- a/api_coverage.py
+++ b/api_coverage.py
@@ -13,6 +13,7 @@ c_exclude_list = [
     "elm_route", # Useless API?
     "elm_glview", # Is there an OpenGL API for Python that can be used with 
this?
     "evas_gl_", # ditto
+    "elm_quicklaunch", # Is quicklaunch relevant for us?
 ]
 c_excludes = "|".join(c_exclude_list)
 
diff --git a/efl/elementary/general.pxd b/efl/elementary/general.pxd
index da4d174..39c38b4 100644
--- a/efl/elementary/general.pxd
+++ b/efl/elementary/general.pxd
@@ -93,16 +93,16 @@ cdef extern from "Elementary.h":
     void                     elm_exit()
 
     # General - Quicklaunch (XXX: Only used by macros?)
-    void                     elm_quicklaunch_init(int argc, char **argv)
-    void                     elm_quicklaunch_sub_init(int argc, char **argv)
-    void                     elm_quicklaunch_sub_shutdown()
-    void                     elm_quicklaunch_shutdown()
-    void                     elm_quicklaunch_seed()
-    Eina_Bool                elm_quicklaunch_prepare(int argc, char **argv)
-    Eina_Bool                elm_quicklaunch_fork(int argc, char **argv, char 
*cwd, void (*postfork_func) (void *data), void *postfork_data)
-    void                     elm_quicklaunch_cleanup()
-    int                      elm_quicklaunch_fallback(int argc, char **argv)
-    char                    *elm_quicklaunch_exe_path_get(char *exe)
+    # void                     elm_quicklaunch_init(int argc, char **argv)
+    # void                     elm_quicklaunch_sub_init(int argc, char **argv)
+    # void                     elm_quicklaunch_sub_shutdown()
+    # void                     elm_quicklaunch_shutdown()
+    # void                     elm_quicklaunch_seed()
+    # Eina_Bool                elm_quicklaunch_prepare(int argc, char **argv)
+    # Eina_Bool                elm_quicklaunch_fork(int argc, char **argv, 
char *cwd, void (*postfork_func) (void *data), void *postfork_data)
+    # void                     elm_quicklaunch_cleanup()
+    # int                      elm_quicklaunch_fallback(int argc, char **argv)
+    # char                    *elm_quicklaunch_exe_path_get(char *exe)
 
     # General - Policy
     Eina_Bool                elm_policy_set(unsigned int policy, int value)

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to