Gjsify LogoGjsify Logo

Hierarchy

  • ScriptConnectFunc

Callable

  • This is the signature of a function used to connect signals. It is used by the clutter_script_connect_signals_full() function. It is mainly intended for interpreted language bindings, but could be useful where the programmer wants more control over the signal connection process.

    Parameters

    • script: Clutter.Script

      a #ClutterScript

    • object: GObject.Object

      the object to connect

    • signal_name: string

      the name of the signal

    • handler_name: string

      the name of the signal handler

    • connect_object: GObject.Object

      the object to connect the signal to, or %NULL

    • flags: ConnectFlags

      signal connection flags

    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