get_name


Description:

[ Version ( since = "3.18" ) ]
public string? get_name (int index)

Parameters:

this

an NamedParameters

index

an index of the parameter whose name to retrieve

Returns:

The name of the parameters at index index, or null, of the index is out of bounds or other error. The returned string should be freed with g_free when done with it.