Gjsify LogoGjsify Logo

Hierarchy

  • XmlNode

Index

Constructors

Properties

name: string

Methods

  • delete(): void
  • get_name(): string
  • is_comment(): boolean
  • remove(): void
  • set_property_boolean(name: string, value: boolean): void
  • set_property_string(name: string, string: string): void
  • Set a property as a string in the node_in. Note that %NULL string value Are simply ignored and not written in the XML.

    Parameters

    • name: string

      the name of the property to set

    • string: string

      the string value of the property to set

    Returns void

  • verify(name: string): boolean
  • This is a wrapper around glade_xml_node_verify_silent(), only it emits a g_warning() if node_in has a name different than name.

    Parameters

    • name: string

      a string

    Returns boolean

  • verify_silent(name: string): 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