Gjsify LogoGjsify Logo

Structure representing a plugin.

Note: entry_create_func and cell_create_func can't be %NULL at the same time

record

Hierarchy

  • Plugin

Index

Constructors

Properties

nb_g_types: number

number of types the plugin can handle, or %0 for any type

field
options_xml_spec: string

a string describing the plugin's options, or %NULL

field
plugin_descr: string

a description for the plugin, or %NULL

field
plugin_file: string

the shared object implementing the plugin, can be %NULL for internal plugins

field
plugin_name: string

the name of the plugin

field
valid_g_types: GType<unknown>

an array of #GType, containing the accepted types, its size is nb_g_types, or %NULL if nb_g_types is %0

field
name: string

Methods

  • declare(): void
  • Adds a new plugin which will be used by the forms and grids. The new plugin, as described by plugin can declare a custom widget to be used for forms, grids, or both.

    If a plugin is already declared with the same name as the requested name, then a warning is issued and the operation fails.

    Returns void

  • error_quark(): number

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