Gjsify LogoGjsify Logo

Index

Variables

DBUS_INTERFACE_RESOURCES: string
DBUS_INTERFACE_STATISTICS: string
DBUS_INTERFACE_STATUS: string
DBUS_INTERFACE_STEROIDS: string
DBUS_OBJECT_RESOURCES: string
DBUS_OBJECT_STATISTICS: string
DBUS_OBJECT_STATUS: string
DBUS_OBJECT_STEROIDS: string
DBUS_SERVICE: string

Functions

  • checkVersion(requiredMajor: number, requiredMinor: number, requiredMicro: number): string
  • Checks that the Tracker library in use is compatible with the given version. Generally you would pass in the constants #TRACKER_MAJOR_VERSION, #TRACKER_MINOR_VERSION, #TRACKER_MICRO_VERSION as the three arguments to this function; that produces a check that the library in use is compatible with the version of Tracker the application or module was compiled against.

    Compatibility is defined by two things: first the version of the running library is newer than the version required_major.required_minor.required_micro. Second the running library must be binary compatible with the version required_major.required_minor.required_micro (same major version.)

    Parameters

    • requiredMajor: number

      the required major version.

    • requiredMinor: number

      the required minor version.

    • requiredMicro: number

      the required micro version.

    Returns string

  • sparqlEscapeString(literal: string): string
  • sparqlEscapeUri(uri: string): string
  • sparqlGetUuidUrn(): string

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