This returns a list of available providers.
If load
is true, it will first load in all available providers that haven't yet been
loaded.
Free the returned list with g_list_free. The Provider structs in the list are owned by Camel and should not be modified or freed.
load |
whether or not to load in providers that are not already loaded |
a List of Provider structs |