get_properties
Description:
public List<
unowned Node>
get_properties (
string name)
Use this function to retreive property nodes by name.
Parameters:
| this |
DIDLLiteObject
|
| name |
name of the properties
|
Returns:
|
The list of property nodes by the name property_name belonging to this, or
null. g_list_free the returned list
after usage but do not modify the contents.
|