| Rhythmbox Development Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals | ||||
Synopsis
#include <rb-uri-dialog.h> struct RBURIDialog; struct RBURIDialogClass; GtkWidget * rb_uri_dialog_new (const char *title,const char *label);
Object Hierarchy
GObject
+----GInitiallyUnowned
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkWindow
+----GtkDialog
+----RBURIDialog
Details
struct RBURIDialogClass
struct RBURIDialogClass {
GtkDialogClass parent_class;
void (*location_added) (RBURIDialog *dialog,
const char *uri);
};
Signal Details
The "location-added" signal
void user_function (RBURIDialog *dialog,
gchar *uri,
gpointer user_data) : Run Last
Emitted when the user has entered a URI into the dialog.
|
the RBURIDialog |
|
URI entered |
|
user data set when the signal handler was connected. |
