Gjsify LogoGjsify Logo

Index

Enumerations

Classes

Interfaces

Variables

Functions

Variables

FILE_FORMAT_JPEG: string
IMAGE_DATA_ALL: number
LIST_STORE_THUMB_SIZE: number
SCROLL_VIEW_MAX_ZOOM_FACTOR: number
SCROLL_VIEW_MIN_ZOOM_FACTOR: number
THUMBNAIL_ORIGINAL_HEIGHT: string
THUMBNAIL_ORIGINAL_WIDTH: string

Functions

  • debug(section: Eog.Debug, file: string, line: number, function_: string): void
  • debugInit(): void
  • exifUtilFormatDate(date: string): string
  • Takes a date string formatted after Exif specifications and generates a more readable, possibly localized, string out of it.

    Parameters

    • date: string

      a date string following Exif specifications

    Returns string

  • marshalVOIDINTINT(closure: TClosure<any, any>, returnValue: any, nParamValues: number, paramValues: any, invocationHint: object, marshalData: object): void
  • Parameters

    • closure: TClosure<any, any>
    • returnValue: any
    • nParamValues: number
    • paramValues: any
    • invocationHint: object
    • marshalData: object

    Returns void

  • thumbnailFitToSize(thumbnail: Pixbuf, dimension: number): Pixbuf
  • Ensures a pixbuf fits a given dimension

    Parameters

    • thumbnail: Pixbuf

      a #GdkPixbuf

    • dimension: number

      the maximum width or height desired

    Returns Pixbuf

  • thumbnailInit(): void
  • Loads the thumbnail for image. In case of error, %NULL is returned and error is set.

    Parameters

    Returns Pixbuf

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