Skip to content
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
@Susurrus

Description

@Susurrus

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions