Gjsify LogoGjsify Logo

Hierarchy

  • PixbufModuleUpdatedFunc

Callable

  • PixbufModuleUpdatedFunc(pixbuf: Pixbuf, x: number, y: number, width: number, height: number): void
  • Defines the type of the function that gets called every time a region of pixbuf is updated.

    #GdkPixbufLoader uses a function of this type to emit the "area_updated" signal.

    Parameters

    • pixbuf: Pixbuf

      the #GdkPixbuf that is currently being loaded.

    • x: number

      the X origin of the updated area.

    • y: number

      the Y origin of the updated area.

    • width: number

      the width of the updated area.

    • height: number

      the height of the updated area.

    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