Function

GObject-2.0GObjectsignal_parse_name

  • Internal function to parse a signal name into its signal_id and detail quark.

    Parameters

    • detailed_signal: string

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

    • itype: GType

      The interface/instance type that introduced "signal-name".

    • force_detail_quark: boolean

      true forces creation of a GLib.Quark for the detail.

    Returns [boolean, number, number]

    Whether the signal name could successfully be parsed and signal_id_p and detail_p contain valid return values.