Function
RBpodcast_parse_load_feed
Declaration [src]
void
rb_podcast_parse_load_feed (
RBPodcastChannel* data,
GCancellable* cancellable,
RBPodcastParseCallback callback,
gpointer user_data
)
Parameters
data
-
Type:
RBPodcastChannel
No description available.
The data is owned by the caller of the function. cancellable
-
Type:
GCancellable
No description available.
The argument can be NULL
.The data is owned by the caller of the function. callback
-
Type:
RBPodcastParseCallback
No description available.
user_data
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the function.