This repository was archived by the owner on Jun 8, 2021. It is now read-only.
This repository was archived by the owner on Jun 8, 2021. It is now read-only.
Expose gobject_sys::g_signal_stop_emission #350
Closed
Description
My understanding is that functions in the *_sys
modules should not be used in favor of them being exposed in safe Rusty APIs. I'd like to use gobject_sys::g_signal_stop_emission
and a module allowing its safe use would be useful.
For context in case I should be going about this a different way, is that I'm trying to override the default signal handler for insert-text
for a TextBuffer so that I can not render the characters in the entry field but still process them within my program.
Metadata
Metadata
Assignees
Labels
No labels