Method
RBPlaylistManagernew_playlist
Declaration [src]
RBSource*
rb_playlist_manager_new_playlist (
RBPlaylistManager* mgr,
const char* suggested_name,
gboolean automatic
)
Parameters
suggested_name-
Type:
const char*Optional name to use for the new playlist.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. automatic-
Type:
gbooleanIf TRUE, create an auto playlist.
Return value
Type: RBSource
The new playlist object.
| The returned data is owned by the instance. |