Schnittstelle ConnectFlags


public interface ConnectFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    If set, the handler should be called after the
    default handler of the signal.
    static final int
    Default behaviour (no special flags).
    static final int
    If set, the instance and data should be swapped when
    calling the handler; see g_signal_connect_swapped() for an example.
  • Felddetails

    • DEFAULT

      static final int DEFAULT
      Default behaviour (no special flags). Since: 2.74
      Siehe auch:
    • AFTER

      static final int AFTER
      If set, the handler should be called after the
      default handler of the signal. Normally, the handler is called before
      the default handler.
      Siehe auch:
    • SWAPPED

      static final int SWAPPED
      If set, the instance and data should be swapped when
      calling the handler; see g_signal_connect_swapped() for an example.
      Siehe auch: