summaryrefslogtreecommitdiff
path: root/wrap
diff options
context:
space:
mode:
Diffstat (limited to 'wrap')
-rw-r--r--wrap/ob_python.i6
-rw-r--r--wrap/ob_screen.i1
2 files changed, 5 insertions, 2 deletions
diff --git a/wrap/ob_python.i b/wrap/ob_python.i
index 66fd83e9..6236779e 100644
--- a/wrap/ob_python.i
+++ b/wrap/ob_python.i
@@ -17,7 +17,11 @@ namespace ob {
%ignore python_init(char*);
%ignore python_destroy();
-%ignore python_exec(const std::string &);
+%ignore python_exec(const std::string&);
+
+%ignore python_get_long(const char*, long*);
+%ignore python_get_string(const char*, otk::ustring*);
+%ignore python_get_stringlist(const char*, std::vector<otk::ustring>*);
}
diff --git a/wrap/ob_screen.i b/wrap/ob_screen.i
index b182d2d7..20ca9828 100644
--- a/wrap/ob_screen.i
+++ b/wrap/ob_screen.i
@@ -88,7 +88,6 @@ namespace ob {
%ignore Screen::~Screen();
%ignore Screen::focuswindow() const;
%ignore Screen::managed() const;
-%ignore Screen::config();
%rename(ignored_showDesktop) Screen::showDesktop(bool show);
%ignore Screen::ignored_showDesktop(bool show);
%ignore Screen::updateStruts();