Gjsify LogoGjsify Logo

Opaque structure. Use related accessor functions.

record

Hierarchy

  • ServiceType

Index

Constructors

Properties

name: string

Methods

  • get_description(): string
  • get_display_name(): string
  • get_file_contents(contents: string, len: number): void
  • Gets the contents of the XML service type file. The buffer returned in contents should not be modified or freed, and is guaranteed to be valid as long as service_type is referenced. If some error occurs, contents is set to %NULL.

    Parameters

    • contents: string

      location to receive the pointer to the file contents.

    • len: number

      location to receive the length of the file, in bytes.

    Returns void

  • get_i18n_domain(): string
  • get_icon_name(): string
  • get_name(): string
  • get_tags(): string[]
  • has_tag(tag: string): boolean
  • unref(): 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