![]() |
![]() |
![]() |
Libgnomedb 4.0 Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Signals |
struct GnomeDbDsnAssistant; struct GnomeDbDsnAssistantClass; GnomeDbDsnAssistantPrivate; GtkWidget * gnome_db_dsn_assistant_new (void
); const GdaDsnInfo * gnome_db_dsn_assistant_get_dsn (GnomeDbDsnAssistant *assistant
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkAssistant +----GnomeDbDsnAssistant
The GnomeDbDsnAssistant widget provides an easy way for users to declare new data sources. If the selected provider for the data source supports it, then a new database can be created if the user needs it.
struct GnomeDbDsnAssistantClass { GtkAssistantClass parent_class; void (* finished) (GnomeDbDsnAssistant *assistant, gboolean error); };
const GdaDsnInfo * gnome_db_dsn_assistant_get_dsn (GnomeDbDsnAssistant *assistant
);
"finished"
signalvoid user_function (GnomeDbDsnAssistant *dbdsnassistant,
gboolean arg1,
gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |