#include <gtk/gtk.h>
#include <cybergarage/util/clist.h>
#include <cybergarage/util/cstring.h>
#include "playlist.h"
Go to the source code of this file.
Data Structures | |
struct | _PlaylistDialog |
Typedefs | |
typedef _PlaylistDialog | PlaylistDialog |
Enumerations | |
enum | { PLAYLISTMODEL_COLUMN_NAME = 0, PLAYLISTMODEL_COLUMN_URI, PLAYLISTMODEL_COLUMN_SERVER, PLAYLISTMODEL_COLUMN_RENDERER, PLAYLISTMODEL_COLUMNS } |
Functions | |
PlaylistDialog * | playlist_dialog_new () |
void | playlist_dialog_create_view_model (PlaylistDialog *dialog) |
void | playlist_dialog_delete (PlaylistDialog *dialog) |
void | playlist_dialog_update (PlaylistDialog *dialog, Playlist *list) |
gchar * | playlist_dialog_get_selection (PlaylistDialog *dialog) |
void | playlist_dialog_run () |
|
|
|
|
|
Create the view & model components for the playlist |
|
Destroy a playlist dialog |
|
Get the selected text from the playlist dialog's combo
|
|
Create a playlist dialog |
|
Displays the playlist dialog and finally destroys it |
|
Update the playlist dialog from the given playlist
|