get_missing_elements


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
public string[]? get_missing_elements ()

Retrieve missing elements from a previous run of parse_launch or parse_launchv.

Will only return results if an error code of NO_SUCH_ELEMENT was returned.

Parameters:

this

a ParseContext

Returns:

a null-terminated array of element factory name strings of missing elements. Free with strfreev when no longer needed.