| Libgnomedb 3.0 Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Signals | ||||
GnomeDbDsnEditor;
GnomeDbDsnEditorClass;
GnomeDbDsnEditorPrivate;
GtkWidget * gnome_db_dsn_editor_new (void);
GdaDataSourceInfo * gnome_db_dsn_editor_get_dsn (GnomeDbDsnEditor *config);
void gnome_db_dsn_editor_set_dsn (GnomeDbDsnEditor *config,
const GdaDataSourceInfo *dsn_info);
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBox
+----GtkVBox
+----GnomeDbDsnEditor
GnomeDbDsnEditor implements GtkOrientable, AtkImplementorIface and GtkBuildable.
The GnomeDbDsnEditor widget contains a form to edit all the attributes of a DSN (except for its name), including provider selection, username and password, and provider specific information to open a connection.
typedef struct {
GtkVBoxClass parent_class;
/* signals */
void (* changed) (GnomeDbDsnEditor *config);
} GnomeDbDsnEditorClass;
GdaDataSourceInfo * gnome_db_dsn_editor_get_dsn (GnomeDbDsnEditor *config);
|
|
Returns : |
void gnome_db_dsn_editor_set_dsn (GnomeDbDsnEditor *config, const GdaDataSourceInfo *dsn_info);
|
|
|
"changed" signalvoid user_function (GnomeDbDsnEditor *dbdsneditor, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |