Function
RBpodcast_parse_item_copy
Declaration [src]
RBPodcastItem*
rb_podcast_parse_item_copy (
RBPodcastItem* data
)
Parameters
data
-
Type:
RBPodcastItem
No description available.
The data is owned by the caller of the function.
Return value
Type: RBPodcastItem
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |