aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMarja Hassinen <ext-marja.2.hassinen@nokia.com>2009-02-05 15:50:32 +0200
committerMarja Hassinen <ext-marja.2.hassinen@nokia.com>2009-02-05 15:50:32 +0200
commit1277ad3e08d630f9147e9428a98e6557a9fb76dc (patch)
treec7c6712af5ee09caacd5af0b5b3bb54640c5ff72 /python
parentd287efbba1813e6bf85a6ccd2f7122ad8677ca6c (diff)
More fixes the python bindings. More tests.
Diffstat (limited to 'python')
-rw-r--r--python/ContextProvider.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/ContextProvider.py b/python/ContextProvider.py
index 45d67df7..350cad2e 100644
--- a/python/ContextProvider.py
+++ b/python/ContextProvider.py
@@ -16,7 +16,6 @@ class PROVIDER(c_void_p):
class ContextProvider:
GET_CALLBACK = CFUNCTYPE(c_int, STRING_SET, CHANGE_SET, c_void_p)
-
SUBSCRIBE_CALLBACK = CFUNCTYPE(c_int, STRING_SET, c_void_p)
init = cfunc('context_provider_init', _dll, None,
@@ -95,7 +94,7 @@ class StringSet:
('right', STRING_SET, 1))
size = cfunc('context_provider_string_set_size', _dll, None,
('self', STRING_SET, 1))
- debug = cfunc('context_provider_string_set_size', _dll, c_char_p,
+ debug = cfunc('context_provider_string_set_debug', _dll, c_char_p,
('self', STRING_SET, 1))
ref = cfunc('context_provider_string_set_ref', _dll, c_char_p,
('self', STRING_SET, 1))