get_attribute_names


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "1.3" ) ]
public string[] get_attribute_names (out uint length)

Get the names of the attributes this plug has.

Parameters:

this

a Plug.

length

location to write number of attributes or null if not required.

Returns:

a string array of attribute names. Free with strfreev.