Function

GObject-2.0GObjectsignal_stop_emission_by_name

  • Stops a signal's current emission.

    This is just like g_signal_stop_emission() except it will look up the signal id for you.

    Parameters

    • instance: GObject.Object

      the object whose signal handlers you wish to stop.

    • detailed_signal: string

      a string of the form "signal-name::detail".

    Returns void