| Libgnomedb 4.0 Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals | ||||
GnomeDbProviderAuthEditorGnomeDbProviderAuthEditor — Widget to display and edit authentication information associated to a database provider |
struct GnomeDbProviderAuthEditor; struct GnomeDbProviderAuthEditorClass; GnomeDbProviderAuthEditorPrivate; GtkWidget * gnome_db_provider_auth_editor_new (const gchar *provider); void gnome_db_provider_auth_editor_set_provider (GnomeDbProviderAuthEditor *auth,const gchar *provider); gboolean gnome_db_provider_auth_editor_is_valid (GnomeDbProviderAuthEditor *auth); gchar * gnome_db_provider_auth_editor_get_auth (GnomeDbProviderAuthEditor *auth); void gnome_db_provider_auth_editor_set_auth (GnomeDbProviderAuthEditor *auth,const gchar *auth_string);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkVBox +----GnomeDbProviderAuthEditor
GnomeDbProviderAuthEditor implements AtkImplementorIface, GtkBuildable and GtkOrientable.
struct GnomeDbProviderAuthEditorClass {
GtkVBoxClass parent_class;
/* signals */
void (* changed) (GnomeDbProviderAuthEditor *auth);
};
typedef struct _GnomeDbProviderAuthEditorPrivate GnomeDbProviderAuthEditorPrivate;
GtkWidget * gnome_db_provider_auth_editor_new (const gchar *provider);
Creates a new GnomeDbProviderAuthEditor widget
|
the provider to be used |
void gnome_db_provider_auth_editor_set_provider (GnomeDbProviderAuthEditor *auth,const gchar *provider);
Updates the displayed fields in auth to represent the required
and possible arguments that a connection to a database through
provider would require
|
a GnomeDbProviderAuthEditor widget |
|
the provider to be used |
gboolean gnome_db_provider_auth_editor_is_valid
(GnomeDbProviderAuthEditor *auth);
Tells if the current information displayed in auth reauthts the
provider's authifications (about non NULL values for example)
|
a GnomeDbProviderAuthEditor widget |
gchar * gnome_db_provider_auth_editor_get_auth
(GnomeDbProviderAuthEditor *auth);
void gnome_db_provider_auth_editor_set_auth (GnomeDbProviderAuthEditor *auth,const gchar *auth_string);
"changed" signalvoid user_function (GnomeDbProviderAuthEditor *dbproviderautheditor,
gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |