get_listened


Description:

public List<unowned FeedChannel> get_listened ()

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.

Parameters:

this

a FeedsPool.

Returns:

a list of FeedChannel, to be freed with g_list_free when no longer in use. Do not modify elements found in this list.