Gjsify LogoGjsify Logo

Hierarchy

  • ProgressFunc

Callable

  • ProgressFunc(a: any, b: any, progress: number, retval: any): boolean
  • Prototype of the progress function used to compute the value between the two ends a and b of an interval depending on the value of progress.

    The #GValue in retval is already initialized with the same type as a and b.

    This function will be called by #ClutterInterval if the type of the values of the interval was registered using clutter_interval_register_progress_func().

    Parameters

    • a: any

      the initial value of an interval

    • b: any

      the final value of an interval

    • progress: number

      the progress factor, between 0 and 1

    • retval: any

      the value used to store the progress

    Returns boolean

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