Gjsify LogoGjsify Logo

Opaque structure. Use related accessor functions.

record

Hierarchy

  • ServiceType

Index

Constructors

Properties

name: string

Methods

  • getDescription(): string
  • getDisplayName(): string
  • getFileContents(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

  • getI18nDomain(): string
  • getIconName(): string
  • getName(): string
  • getTags(): string[]
  • hasTag(tag: string): boolean
  • Check if the #AgServiceType has the requested tag.

    Parameters

    • tag: string

      the tag to check for.

    Returns boolean

  • unref(): void
  • Frees the list list.

    Parameters

    • list: ServiceType[]

      a #GList of service types returned by some function of this library, such as ag_manager_list_service_types().

    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