gnome_db_login_new

Nombre

gnome_db_login_new -- 

Synopsis

GtkWidget* gnome_db_login_new (Gda_Connection* cnc, gchar* gda_provider, gchar* gda_dbname);

Arguments

cnc

the Gda_Connection object to be used to connect

gda_provider

GDA provider

gda_dbname

GDA data source name

Description

Create a new GnomeDbLogin widget. This widget contains all the entry fields required for connecting to a GDA data source, as well as a history list, which allows the user to select from previously successful connections

Returns

a pointer to the new widget, or NULL on error