get_available


Description:

[ Version ( since = "0.8" ) ]
public SList<string>? get_available ()

Returns a list of references for all available miners.

Available miners are miners which may or may not be running in a process at the current time.

Parameters:

this

a MinerManager

Returns:

a SList which must be freed with g_slist_free and all contained data with g_free. Otherwise null is returned if there are no miners.




2022 vala-language.org