![]() | ![]() | ![]() | Libgnomedb Reference Manual | ![]() |
---|
GnomeDbDsnSpec —
struct GnomeDbDsnSpec; struct GnomeDbDsnSpecClass; struct GnomeDbDsnSpecPrivate; GtkWidget* gnome_db_dsn_spec_new (const gchar *provider); void gnome_db_dsn_spec_set_provider (GnomeDbDsnSpec *spec, const gchar *provider); gchar* gnome_db_dsn_spec_get_specs (GnomeDbDsnSpec *spec); void gnome_db_dsn_spec_set_specs (GnomeDbDsnSpec *spec, const gchar *specs_string);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkVBox +----GnomeDbDsnSpec
GnomeDbDsnSpec implements AtkImplementorIface.
"changed" void user_function (GnomeDbDsnSpec *dbdsnspec, gpointer user_data);
struct GnomeDbDsnSpecClass { GtkVBoxClass parent_class; /* signals */ void (* changed) (GnomeDbDsnSpec *spec); };
GtkWidget* gnome_db_dsn_spec_new (const gchar *provider);
Creates a new GnomeDbDsnSpec widget
provider : | the provider to be used |
Returns : |
void gnome_db_dsn_spec_set_provider (GnomeDbDsnSpec *spec, const gchar *provider);
Updates the displayed fields in spec to represent the required and possible arguments that a connection to a database through provider would require
spec : | a GnomeDbDsnSpec widget |
provider : | the provider to be used |
gchar* gnome_db_dsn_spec_get_specs (GnomeDbDsnSpec *spec);
Get the currently displayed provider's specific connection string
spec : | a GnomeDbDsnSpec widget |
Returns : | a new string, or NULL if no provider have been specified |
void gnome_db_dsn_spec_set_specs (GnomeDbDsnSpec *spec, const gchar *specs_string);
Sets the connection string to be displayed in the widget
spec : | a GnomeDbDsnSpec widget |
specs_string : |
void user_function (GnomeDbDsnSpec *dbdsnspec, gpointer user_data);
dbdsnspec : | the object which received the signal. |
user_data : | user data set when the signal handler was connected. |
<< GnomeDbLoginDialog | GnomeDbDsnConfig >> |