#include <gtk/gtk.h>
#include <libintl.h>
#include <cybergarage/upnp/cdevice.h>
#include <cybergarage/util/cstring.h>
#include <cybergarage/renderingcontrol/crcscontrolpoint.h>
#include <cybergarage/avcontrol/cavcontrolpoint.h>
#include "preset_dialog.h"
#include "now_playing.h"
#include "upnp.h"
Functions | |
PresetDialog * | preset_dialog_new () |
void | preset_dialog_delete (PresetDialog *dialog) |
void | preset_dialog_update (PresetDialog *dialog, gchar *udn) |
gchar * | preset_dialog_get_selection (PresetDialog *dialog) |
void | preset_dialog_run () |
|
Destroy a preset dialog |
|
Get the selected text from the preset dialog's combo
|
|
Create a preset dialog |
|
Displays the preset dialog and invokes the SelectPreset action using the selected preset. Finally destroys the dialog. |
|
Update the presets from the given renderer device
|