Files
wireplumber/docs/rst/lua_api/lua_object_interest_api.rst
George Kiagiadakis e567637d37 docs: convert lua api docs to pure rst
Not all the docs are there yet, this is WIP
2021-05-25 14:19:53 +03:00

25 lines
458 B
ReStructuredText

.. _lua_object_interest_api:
Object Interest
===============
Constructors
~~~~~~~~~~~~
.. function:: Interest(decl)
:param table decl: an interest declaration
:returns: the interest
:rtype: ObjectInterest
Methods
~~~~~~~
.. function:: Interest.matches(self, obj)
:param self: the interest
:param obj: an object to check for a match
:type obj: GObject or table
:returns: whether the object matches the interest
:rtype: boolean