Struct

RBPodcastChannel

Description

struct RBPodcastChannel {
  int refcount;
  char* url;
  char* title;
  char* lang;
  char* description;
  char* author;
  char* contact;
  char* img;
  guint64 pub_date;
  char* copyright;
  gboolean is_opml;
  gpointer posts;
  int num_posts;
  RBPodcastParseStatus status;
}

No description available.

Structure members
refcount: int

No description available.

url: char*

No description available.

title: char*

No description available.

lang: char*

No description available.

description: char*

No description available.

author: char*

No description available.

contact: char*

No description available.

img: char*

No description available.

pub_date: guint64

No description available.

copyright: char*

No description available.

is_opml: gboolean

No description available.

posts: gpointer

No description available.

num_posts: int

No description available.

status: RBPodcastParseStatus

No description available.