The source project of this merge request has been removed.
pygobject-object: bind_property: Accept keyword arguments
Moves pygobject_bind_property
from PyArg_ParseTuple()
to PyArg_ParseTupleAndKeywords()
to accept keyword arguments.
Fixes #628 (closed) except the documentation part.