You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.
The gnome documentation suggest I either need G_SIGNAL_MATCH_CLOSURE, G_SIGNAL_MATCH_FUNC or G_SIGNAL_MATCH_DATA as GSignalMatchType for any match to occur.
I don't see any way to provide either of those information, because of the way the gtk bindings connect to signals, utilizing rust closures I have no access to:
I see no useful way to invoke
gobject_sys::g_signal_handlers_block_matched()
.The gnome documentation suggest I either need
G_SIGNAL_MATCH_CLOSURE
,G_SIGNAL_MATCH_FUNC
orG_SIGNAL_MATCH_DATA
as GSignalMatchType for any match to occur.I don't see any way to provide either of those information, because of the way the gtk bindings connect to signals, utilizing rust closures I have no access to:
The text was updated successfully, but these errors were encountered: