get_plug_attribute_names
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "1.48" ) ]
public string[] get_plug_attribute_names (out uint length)
[ Version ( since = "1.48" ) ]
public string[] get_plug_attribute_names (out uint length)
Get the names of the attributes the connected plug has.
Parameters:
this |
a Connection. |
length |
location to write number of attributes or null if not required. |
Returns:
a string array of attribute names. Free with strfreev. |