get_sources
Description:
This function will return all the available sources in the this.
If ranked is true, the source list will be ordered by rank.
Parameters:
| this |
the registry instance |
| ranked |
whether the returned list shall be returned ordered by rank |
Returns:
|
a List of available Source<!-- -->s. The content of the list should not be modified or freed. Use g_list_free when done using the list. |