#include <gtk/gtk.h>
#include <cybergarage/util/cstring.h>
#include <string.h>
#include "resource_selection.h"
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 **uri) |
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>... |