TCAction
Object Hierarchy:
Description:
[ CCode ( ref_function = "nm_tc_action_ref" , type_id = "nm_tc_action_get_type ()" , unref_function = "nm_tc_action_unref" ) ]
[ Compact ]
public class TCAction
Content:
Creation methods:
Methods:
- public void @ref ()
Increases the reference count of the object.
- public TCAction dup ()
Creates a copy of this
- public bool equal (TCAction other)
Determines if two TCAction objects contain the
same kind, family, handle, parent and info.
- public unowned Variant get_attribute (string name)
Gets the value of the attribute with name name
on
this
- public string[] get_attribute_names ()
Gets an array of attribute names defined on this
.
- public unowned string get_kind ()
- public void set_attribute (string name, Variant? value)
Sets or clears the named attribute on this
to the given value.
- public void unref ()
Decreases the reference count of the object.