get_param


Description:

public unowned List<string>? get_param (string name)

Gets the list of values for the paramater name from this.

The list and its contents are owned by this, and must not be freed. If no parameter with the given name exists, null is returned.

Parameters:

this

an VCardAttribute

name

a parameter name

Returns:

A list of string elements representing the parameter's values, or null.