Interface

ValagirInfoElements

Description

interface Valagir.InfoElements : Valagir.Node

No description available.

Prerequisite

In order to implement InfoElements, your type must inherit fromGirNode.

Instance methods

gir_info_elements_accept_info_elements
No description available.

gir_info_elements_get_attributes
No description available.

gir_info_elements_set_attributes
No description available.

Properties

Valagir.InfoElements:attributes
No description available.

Interface structure

struct ValagirInfoElementsIface {
  GeeList* (* get_attributes) (
    GirInfoElements* self
  );
  void (* set_attributes) (
    GirInfoElements* self,
    GeeList* value
  );
  
}

No description available.

Interface members
get_attributes
GeeList* (* get_attributes) (
    GirInfoElements* self
  )
 

No description available.

set_attributes
void (* set_attributes) (
    GirInfoElements* self,
    GeeList* value
  )
 

No description available.

Virtual methods

Valagir.InfoElements.get_attributes
No description available.

Valagir.InfoElements.set_attributes
No description available.