Gjsify LogoGjsify Logo

Hierarchy

  • BuilderConnectFunc

Callable

  • This is the signature of a function used to connect signals. It is used by the gtk_builder_connect_signals() and gtk_builder_connect_signals_full() methods. It is mainly intended for interpreted language bindings, but could be useful where the programmer wants more control over the signal connection process. Note that this function can only be called once, subsequent calls will do nothing.

    Parameters

    • builder: Gtk.Builder

      a #GtkBuilder

    • object: GObject.Object

      object to connect a signal to

    • signal_name: string

      name of the signal

    • handler_name: string

      name of the handler

    • connect_object: GObject.Object

      a #GObject, if non-%NULL, use g_signal_connect_object()

    • flags: ConnectFlags

      #GConnectFlags to use

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method