[ Version ( since = "0.2.0" ) ]
public List<unowned Source> get_sources (bool ranked)
This function will return all the available sources in the this.
If ranked is true, the source list will be ordered by rank.
| this |
the registry instance |
| ranked |
whether the returned list shall be returned ordered by rank |
|
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. |