Function
RBPodcastManageradd_post
Declaration [src]
RhythmDBEntry*
rb_podcast_manager_add_post (
RhythmDB* db,
gboolean search_result,
RhythmDBEntry* entry,
const char* name,
const char* title,
const char* subtitle,
const char* channel_author,
const char* item_author,
const char* uri,
const char* description,
const char* guid,
const char* img,
gulong date,
gint64 duration,
gulong position,
guint64 filesize
)
Parameters
db-
Type:
RhythmDBNo description available.
The data is owned by the caller of the function. search_result-
Type:
gbooleanNo description available.
entry-
Type:
RhythmDBEntryNo description available.
The data is owned by the caller of the function. name-
Type:
const char*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. title-
Type:
const char*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. subtitle-
Type:
const char*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. channel_author-
Type:
const char*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. item_author-
Type:
const char*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. uri-
Type:
const char*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. description-
Type:
const char*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. guid-
Type:
const char*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. img-
Type:
const char*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. date-
Type:
gulongNo description available.
duration-
Type:
gint64No description available.
position-
Type:
gulongNo description available.
filesize-
Type:
guint64No description available.
Return value
Type: RhythmDBEntry
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |