Gjsify LogoGjsify Logo

Hierarchy

  • ClosureMarshal

Callable

  • ClosureMarshal(closure: TClosure<any, any>, returnValue: any, paramValues: any[], invocationHint: object, marshalData: object): void
  • The type used for marshaller functions.

    Parameters

    • closure: TClosure<any, any>

      the #GClosure to which the marshaller belongs

    • returnValue: any

      a #GValue to store the return value. May be %NULL if the callback of closure doesn't return a value.

    • paramValues: any[]

      an array of #GValues holding the arguments on which to invoke the callback of closure

    • invocationHint: object

      the invocation hint given as the last argument to g_closure_invoke()

    • marshalData: object

      additional data specified when registering the marshaller, see g_closure_set_marshal() and g_closure_set_meta_marshal()

    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