![]() |
![]() |
![]() |
Rhythmbox Development Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
RBPodcastSource; RBPodcastSourceClass; RBSource * rb_podcast_source_new (RBShell *shell); void rb_podcast_source_add_feed (RBPodcastSource *source, const gchar *uri); void rb_podcast_source_shutdown (RBPodcastSource *source);
The podcast source displays podcast episodes in its entry view and podcast feeds in a property view. It uses a few custom columns to display podcast-specific information: episode download status and an indication of feed parsing errors.
RBSource * rb_podcast_source_new (RBShell *shell);
Creates the RBPodcastSource instance
|
the RBShell instance |
Returns : |
the RBPodcastSource |
void rb_podcast_source_add_feed (RBPodcastSource *source, const gchar *uri);
Adds a new podcast feed. Simply calls rb_podcast_manager_subscribe_feed.
|
the RBPodcastSource |
|
the new feed to add |