Gjsify LogoGjsify Logo

The #GTypePlugin interface is used by the type system in order to handle the lifecycle of dynamically loaded types.

record

Hierarchy

  • TypePluginClass

Index

Constructors

Properties

complete_interface_info: TypePluginCompleteInterfaceInfo

Fills in missing parts of the #GInterfaceInfo for the interface. The structs is initialized with memset(s, 0, sizeof (s)) before calling this function.

field
complete_type_info: TypePluginCompleteTypeInfo

Fills in the #GTypeInfo and #GTypeValueTable structs for the type. The structs are initialized with memset(s, 0, sizeof (s)) before calling this function.

field
unuse_plugin: TypePluginUnuse

Decreases the use count of the plugin.

field
use_plugin: TypePluginUse

Increases the use count of the plugin.

field
name: 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