MetaTableColumn
Object Hierarchy:
Description:
[ CCode ( has_type_id = false ) ]
public struct MetaTableColumn
This structure represents a table of view's column, its contents must not be modified.
Content:
Methods:
- public void foreach_attribute (AttributesManagerFunc func)
Calls func
for each attribute set to tcol
- public unowned Value? get_attribute (string attribute)
Get the value associated to a named attribute.
- public void set_attribute (string attribute, Value? value, DestroyNotify? destroy)
Set the value associated to a named attribute.
Fields: