Function

GObject-2.0GObjectcclosure_marshal_VOID__VOID

  • A GObject.ClosureMarshal function for use with signals with no arguments.

    Parameters

    • closure: Closure
    • return_value: any

      A GObject.Value to store the return value. May be null if the callback of closure doesn't return a value.

    • n_param_values: number

      The length of the param_values array.

    • param_values: any

      An array of GValues holding the arguments on which to invoke the callback of closure.

    • Optionalinvocation_hint: any

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

    • Optionalmarshal_data: any

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

    Returns void