Detailed Description
GTK+ related playlist setup procedures
Function Documentation
GtkWidget* init_pl_widget |
( |
void |
| ) |
|
Initializes a GtkWidget to display the playlist
- Returns:
- a pointer to the newly created playlist widget
void mpd_add_directory_to_playlist |
( |
GtkWidget * |
widget, |
|
|
gpointer |
data |
|
) |
| |
Adds a directory to the playlist
- Parameters:
-
widget | the widget from which the function was called |
data | the file name of the directory (cast to gchar*) |
void mpd_add_song_list |
( |
GtkWidget * |
widget, |
|
|
gpointer |
data |
|
) |
| |
Adds a song list to the playlist
- Parameters:
-
*widget | the GtkWidget from which the function was called |
data | the list of songs to add (cast to GList*) |
void mpd_mrl_add |
( |
MpdObj * |
obj, |
|
|
const gchar * |
mrl |
|
) |
| |
Add media resource locator to playlist (e.g. web stream)
- Parameters:
-
obj | the MpdObj to add to. |
mrl | the media resource locator. |
void pl_del_songs |
( |
GtkWidget * |
widget, |
|
|
gpointer |
data |
|
) |
| |
Delete selected songs from playlist
- Parameters:
-
widget | the widget from which the function was called |
data | user data |
void playlist_update_tree |
( |
void |
| ) |
|
update playlist tree on playlist change / song change
Variable Documentation
PlTreeStore contains the TreeStore for the playlist