Gjsify LogoGjsify Logo

Index

Functions

  • This function should be called instead of clutter_init() and gtk_init().

    Parameters

    • argv: string[]

      pointer to the arguments vector, or %NULL

    Returns [Clutter.InitError, string[] | null]

  • initWithArgs(argv: string[], parameterString: string, entries: OptionEntry[], translationDomain: string): [Clutter.InitError, string[] | null]
  • This function should be called instead of clutter_init() and gtk_init_with_args().

    Parameters

    • argv: string[]

      a pointer to the array of command line arguments, or %NULL

    • parameterString: string

      a string which is displayed in the first line of output, after programname [OPTION...]

    • entries: OptionEntry[]

      a %NULL-terminated array of #GOptionEntrys describing the options of your program

    • translationDomain: string

      a translation domain to use for translating the output for the options in entries with gettext(), or %NULL

    Returns [Clutter.InitError, string[] | null]

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