Gjsify LogoGjsify Logo

Class representing a properties of a document.

record

Hierarchy

  • DocProp

Index

Constructors

Properties

name: string

Methods

  • dump(): void
  • A debugging utility to dump prop as text via g_print New in 1.14.2

    Returns void

  • free(): void
  • getLink(): string
  • getName(): string
  • getVal(): any
  • setLink(link: string): void
  • Sets prop's link to link

    Parameters

    • link: string

      a link.

    Returns void

  • setVal(val: any): void
  • Assigns val to prop, and unsets and frees the current value.

    Parameters

    • val: any

      #GValue

    Returns void

  • swapVal(val: any): any

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