mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
pyges: add registering functions prototypes to ges.override
This commit is contained in:
parent
fbeb43ad39
commit
168d3cef72
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ headers
|
||||||
#define Py_ssize_t int
|
#define Py_ssize_t int
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
void pyges_register_classes(PyObject *d);
|
||||||
|
void pyges_add_constants(PyObject *module, const gchar *strip_prefix);
|
||||||
|
|
||||||
%%
|
%%
|
||||||
import gobject.GObject as PyGObject_Type
|
import gobject.GObject as PyGObject_Type
|
||||||
import gobject.MainContext as PyGMainContext_Type
|
import gobject.MainContext as PyGMainContext_Type
|
||||||
|
|
Loading…
Reference in a new issue