| Top |  |  |  |  | 
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkDialog ╰── RBURIDialog
GtkWidget * rb_uri_dialog_new (const char *title,const char *label);
Creates a URI entry dialog.
“label” property“label” gchar *
The label displayed in the dialog.
Flags: Read / Write / Construct Only
Default value: ""
“location-added” signalvoid user_function (RBURIDialog *dialog, gchar *uri, gpointer user_data)
Emitted when the user has entered a URI into the dialog.
| dialog | the RBURIDialog | |
| uri | URI entered | |
| user_data | user data set when the signal handler was connected. | 
Flags: Run Last