Constructor
RBAutoPlaylistSourcenew
Declaration [src]
RBSource*
rb_auto_playlist_source_new (
  RBShell* shell,
  const char* name,
  gboolean local
)
Parameters
- shell
- 
            Type: RBShellThe RBShellinstance.The data is owned by the caller of the function. 
- name
- 
            Type: const char*The name of the new playlist. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- local
- 
            Type: gbooleanIf TRUE, the playlist will be considered local. 
Return value
Type: RBSource
The new source.
| The data is owned by the called function. |