diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-05-02 22:19:01 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-05-02 22:19:01 +0000 |
| commit | fadb14e123c3f661d79cfca4192985bfaf1d5bb9 (patch) | |
| tree | ade93fa8dd752506de98e13da186e649bc689347 /python/protocols/py_federation_termination_notification.h | |
| parent | 290e743aa70ca648d9e252209130aaa2fe1c1c2d (diff) | |
| download | lasso-fadb14e123c3f661d79cfca4192985bfaf1d5bb9.tar.gz lasso-fadb14e123c3f661d79cfca4192985bfaf1d5bb9.tar.xz lasso-fadb14e123c3f661d79cfca4192985bfaf1d5bb9.zip | |
Many many changes
Diffstat (limited to 'python/protocols/py_federation_termination_notification.h')
| -rw-r--r-- | python/protocols/py_federation_termination_notification.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/python/protocols/py_federation_termination_notification.h b/python/protocols/py_federation_termination_notification.h index a3a17146..a20a947e 100644 --- a/python/protocols/py_federation_termination_notification.h +++ b/python/protocols/py_federation_termination_notification.h @@ -33,11 +33,9 @@ typedef struct { LassoFederationTerminationNotification *obj; } LassoFederationTerminationNotification_object; -#define lassoFederationTerminationNotification_get(v) (((v) == Py_None) ? NULL : (((LassoFederationTerminationNotification_object *)(PyObject_GetAttr(v, PyString_FromString("_o"))))->obj)) -PyObject *lassoFederationTerminationNotification_wrap(LassoFederationTerminationNotification *notification); +#define LassoFederationTerminationNotification_get(v) (((v) == Py_None) ? NULL : (((LassoFederationTerminationNotification_object *)(PyObject_GetAttr(v, PyString_FromString("_o"))))->obj)) +PyObject *LassoFederationTerminationNotification_wrap(LassoFederationTerminationNotification *notification); -PyObject *federation_termination_notification_getattr(PyObject *self, PyObject *args); -PyObject *federation_termination_notification(PyObject *self, PyObject *args); -PyObject *federation_termination_notification_set_consent(PyObject *self, PyObject *args); +PyObject *federation_termination_notification_new(PyObject *self, PyObject *args); #endif /* __PYLASSO_PY_FEDERATION_TERMINATION_NOTIFICATION_H__ */ |
