Gjsify LogoGjsify Logo

#GIOExtensionPoint is an opaque data structure and can only be accessed using the following functions.

record

Hierarchy

  • IOExtensionPoint

Index

Constructors

Properties

name: string

Methods

  • get_required_type(): GType<unknown>
  • set_required_type(type: GType<unknown>): void
  • Sets the required type for extension_point to type. All implementations must henceforth have this type.

    Parameters

    • type: GType<unknown>

      the #GType to require

    Returns void

  • implement(extension_point_name: string, type: GType<unknown>, extension_name: string, priority: number): IOExtension
  • Registers type as extension for the extension point with name extension_point_name.

    If type has already been registered as an extension for this extension point, the existing #GIOExtension object is returned.

    Parameters

    • extension_point_name: string

      the name of the extension point

    • type: GType<unknown>

      the #GType to register as extension

    • extension_name: string

      the name for the extension

    • priority: number

      the priority for the extension

    Returns IOExtension

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