Function
RBPodcastParseCallback
Declaration
void
(* RBPodcastParseCallback) (
RBPodcastChannel* data,
GError* error,
gpointer user_data
)
Parameters
data-
Type:
RBPodcastChannelNo description available.
The data is owned by the caller of the function. error-
Type:
GErrorNo description available.
The data is owned by the caller of the function. user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function.