![]() | ![]() | ![]() | Libgnomedb 4.0 Reference Manual | ![]() |
---|
GnomeDbDsnAssistant — an assistant to create a new datasource
struct GnomeDbDsnAssistant; struct GnomeDbDsnAssistantClass; struct 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
GnomeDbDsnAssistant implements AtkImplementorIface and GtkBuildable.
"finished" void user_function (GnomeDbDsnAssistant *dbdsnassistant, gboolean arg1, gpointer user_data);
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);
assistant : | |
Returns : |
void user_function (GnomeDbDsnAssistant *dbdsnassistant, gboolean arg1, gpointer user_data);
dbdsnassistant : | the object which received the signal. |
arg1 : | |
user_data : | user data set when the signal handler was connected. |
The GnomeDbDsnEditor to edit a complete DSN definition.
<< GnomeDbDsnEditor | GnomeDbConnectionProperties >> |