:right-sidebar: True SignalMatchType =================================================================== .. currentmodule:: gi.repository.GObject .. class:: SignalMatchType :no-contents-entry: The match types specify what :func:`~gi.repository.GObject.signal_handlers_block_matched`, :func:`~gi.repository.GObject.signal_handlers_unblock_matched` and :func:`~gi.repository.GObject.signal_handlers_disconnect_matched` match signals by. Fields ------ .. rst-class:: interim-class .. class:: SignalMatchType :no-index: .. attribute:: CLOSURE The closure must be the same. .. attribute:: DATA The closure data must be the same. .. attribute:: DETAIL The signal detail must be equal. .. attribute:: FUNC The C closure callback must be the same. .. attribute:: ID The signal id must be equal. .. attribute:: UNBLOCKED Only unblocked signals may be matched.