mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +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));
|
||||
}
|
||||
%%
|
||||
override gst_plugin_get_version
|
||||
override gst_plugin_get_version noargs
|
||||
static PyObject *
|
||||
_wrap_gst_plugin_get_version(PyGObject *self)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue