Interface
ValagirInfoElements
Prerequisite
In order to implement InfoElements, your type must inherit fromGirNode
.
Interface structure
struct ValagirInfoElementsIface {
GeeList* (* get_attributes) (
GirInfoElements* self
);
void (* set_attributes) (
GirInfoElements* self,
GeeList* value
);
}
No description available.
Interface members
get_attributes |
|
No description available. |
|
set_attributes |
|
No description available. |