Gjsify LogoGjsify Logo

Hierarchy

  • OptionArgFunc

Callable

  • OptionArgFunc(option_name: string, value: string, data: object): boolean
  • The type of function to be passed as callback for %G_OPTION_ARG_CALLBACK options.

    Parameters

    • option_name: string

      The name of the option being parsed. This will be either a single dash followed by a single letter (for a short name) or two dashes followed by a long option name.

    • value: string

      The value to be parsed.

    • data: object

      User data added to the #GOptionGroup containing the option when it was created with g_option_group_new()

    Returns boolean

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