mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 10:25:33 +00:00
add noargs
Original commit message from CVS: add noargs
This commit is contained in:
parent
fa0de98bdd
commit
487a4d94ec
1 changed files with 1 additions and 1 deletions
|
@ -740,7 +740,7 @@ _wrap_gst_probe_perform(PyGBoxed *self, PyObject *args, PyObject *kwargs)
|
||||||
return PyBool_FromLong(gst_probe_perform(self->boxed, &data));
|
return PyBool_FromLong(gst_probe_perform(self->boxed, &data));
|
||||||
}
|
}
|
||||||
%%
|
%%
|
||||||
override gst_plugin_get_version
|
override gst_plugin_get_version noargs
|
||||||
static PyObject *
|
static PyObject *
|
||||||
_wrap_gst_plugin_get_version(PyGObject *self)
|
_wrap_gst_plugin_get_version(PyGObject *self)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue