Returns the list of feeds currently managed by the this.
Please consider this function has to build the list that returns, and of course this is a time and resources consuming task: if you only need to know how many feeds are currently handled, check get_listened_num .
this |
a FeedsPool. |
a list of FeedChannel, to be freed with g_list_free when no longer in use. Do not modify elements found in this list. |