python: Add wmfs_uicb python function

This commit is contained in:
Martin Duquesnoy
2009-01-04 19:46:15 +01:00
parent 1189fe1690
commit b2eb9ee33e
3 changed files with 34 additions and 5 deletions

View File

@@ -53,6 +53,7 @@ PyObject* wmfs_tag_set(PyObject *self, PyObject *args);
/* libwmfs.c */
PyObject* wmfs_init(PyObject *self, PyObject *args);
PyObject* wmfs_uicb(PyObject *self, PyObject *args);
PyObject* wmfs_statustext(PyObject *self, PyObject *args);
PyObject* wmfs_spawn(PyObject *self, PyObject *args);