#include <gtk/gtk.h>
#include <cybergarage/util/clist.h>
#include <cybergarage/util/cstring.h>
Go to the source code of this file.
Data Structures | |
struct | _ResourceSelectionDialog |
Typedefs | |
typedef _ResourceSelectionDialog | ResourceSelectionDialog |
Enumerations | |
enum | { RESOURCEMODEL_COLUMN_NAME = 0, RESOURCEMODEL_COLUMNS } |
Functions | |
ResourceSelectionDialog * | resource_selection_dialog_new () |
void | resource_selection_dialog_create_view_model (ResourceSelectionDialog *dialog) |
void | resource_selection_dialog_delete (ResourceSelectionDialog *dialog) |
void | resource_selection_dialog_update (ResourceSelectionDialog *dialog, gchar *resString) |
gboolean | resource_selection_dialog_get_selection (ResourceSelectionDialog *dialog, gchar **selection) |
gboolean | resource_selection_dialog_run (gchar *resString, gchar **selection) |
|
|
|
|
|
Create the view & model components |
|
Destroy a dialog |
|
Get the selected text from the model
|
|
Create a dialog |
|
Shortcut function that displays the resource selection dialog.
|
|
Parse multiple URI strings that are passed in resString as <URI><URI>... |