diff options
| author | James Henstridge <james@daa.com.au> | 2002-01-22 06:01:43 +0000 |
|---|---|---|
| committer | James Henstridge <jamesh@src.gnome.org> | 2002-01-22 06:01:43 +0000 |
| commit | 0791c30d0a5b0bbb46a214e8eeaba2a9115f069e (patch) | |
| tree | cbea44099f293a4a9808db4093e1aaf02fbfbc15 /gobject/pygobject-private.h | |
| parent | 7278c4a1b42e81be6a0ce3836bb1b0f1c8ba9a64 (diff) | |
| download | pygobject-0791c30d0a5b0bbb46a214e8eeaba2a9115f069e.tar.gz pygobject-0791c30d0a5b0bbb46a214e8eeaba2a9115f069e.tar.xz pygobject-0791c30d0a5b0bbb46a214e8eeaba2a9115f069e.zip | |
move closure stuff here.
2002-01-22 James Henstridge <james@daa.com.au>
* pygtype.c: move closure stuff here.
Diffstat (limited to 'gobject/pygobject-private.h')
| -rw-r--r-- | gobject/pygobject-private.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gobject/pygobject-private.h b/gobject/pygobject-private.h index 8c1c637..3c767ca 100644 --- a/gobject/pygobject-private.h +++ b/gobject/pygobject-private.h @@ -34,6 +34,10 @@ void pyg_register_boxed_custom(GType boxed_type, int pyg_value_from_pyobject(GValue *value, PyObject *obj); PyObject *pyg_value_as_pyobject(const GValue *value); +GClosure *pyg_closure_new(PyObject *callback, PyObject *extra_args, PyObject *swap_data); +GClosure *pyg_signal_class_closure_get(void); + + /* from pygboxed.c */ extern PyTypeObject PyGBoxed_Type; |
