need_secrets


Description:

public virtual GenericArray<unowned string> need_secrets ()

Returns an array of property names for each secret which may be required to make a successful connection.

The returned hints are only intended as a guide to what secrets may be required, because in some circumstances, there is no way to conclusively determine exactly which secrets are needed.

Parameters:

this

the Setting

Returns:

a GenericArray containing the property names of secrets of the Setting which may be required; the caller owns the array and must free it with g_ptr_array_free, but must not free the elements.