Name
GnomeDbLogin -- Login widget, with history
Details
gnome_db_login_new ()
GtkWidget* gnome_db_login_new (const gchar *gda_name); |
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
gnome_db_login_free ()
void gnome_db_login_free (GnomeDbLogin *widget); |
gnome_db_login_get_gda_name ()
const gchar* gnome_db_login_get_gda_name (GnomeDbLogin *login); |
Return the currently selected GDA DSN name
gnome_db_login_get_username ()
const gchar* gnome_db_login_get_username (GnomeDbLogin *login); |
gnome_db_login_get_password ()
const gchar* gnome_db_login_get_password (GnomeDbLogin *login); |