| Libgnomedb Reference Manual |
|---|
GnomeDbDsnConfigDruid — a Druid to add a new datasource
struct GnomeDbDsnConfigDruid; struct GnomeDbDsnConfigDruidClass; struct GnomeDbDsnConfigDruidPrivate; GtkWidget* gnome_db_dsn_config_druid_new (void); const GdaDataSourceInfo* gnome_db_dsn_config_druid_get_dsn (GnomeDbDsnConfigDruid *druid);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GnomeDruid +----GnomeDbDsnConfigDruid
GnomeDbDsnConfigDruid implements AtkImplementorIface.
"finished" void user_function (GnomeDbDsnConfigDruid *dbdsnconfigdruid, gint arg1, gpointer user_data);
The GnomeDbDsnConfigDruid 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 GnomeDbDsnConfigDruidClass {
GnomeDruidClass parent_class;
void (* finished) (GnomeDbDsnConfigDruid *druid, gboolean error);
};
const GdaDataSourceInfo* gnome_db_dsn_config_druid_get_dsn (GnomeDbDsnConfigDruid *druid);
| druid : | |
| Returns : |
void user_function (GnomeDbDsnConfigDruid *dbdsnconfigdruid, gint arg1, gpointer user_data);
| dbdsnconfigdruid : | the object which received the signal. |
| arg1 : | |
| user_data : | user data set when the signal handler was connected. |
| << GnomeDbDsnConfig | GnomeDbConnectionProperties >> |