Gjsify LogoGjsify Logo

Opaque structure. Use related accessor functions.

record

Hierarchy

  • Service

Index

Constructors

Properties

name: string

Methods

  • get_description(): string
  • get_display_name(): string
  • get_file_contents(contents: string, data_offset: number): void
  • Gets the contents of the XML service file. The buffer returned in contents should not be modified or freed, and is guaranteed to be valid as long as service is referenced. If data_offset is not %NULL, it is set to the offset where the <type_data> element can be found. If some error occurs, contents is set to %NULL.

    Parameters

    • contents: string

      location to receive the pointer to the file contents.

    • data_offset: number

      pointer to receive the offset of the type data.

    Returns void

  • get_i18n_domain(): string
  • get_icon_name(): string
  • get_name(): string
  • get_provider(): string
  • get_service_type(): string
  • get_tags(): string[]
  • Get list of tags specified for the #AgService. If the service has not defined tags, tags from the service type will be returned.

    Returns 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