![]() | ![]() | ![]() | GNOME-DB API reference | ![]() |
---|
struct GnomeDbErrorDialogPrivate;GtkWidget * gnome_db_error_dialog_new (gchar *title); void gnome_db_error_dialog_show_errors (GnomeDbErrorDialog *dialog,GList *error_list); constgchar * gnome_db_error_dialog_get_title (GnomeDbErrorDialog *dialog); void gnome_db_error_dialog_set_title (GnomeDbErrorDialog *dialog, constgchar *title);
This widget implements a self-contained error dialog, containing a
GtkWidget * gnome_db_error_dialog_new (gchar *title);
Create a new GnomeDbErrorDialog, which is a subclass of the GnomeDialog widget, just acting as a container for a GnomeDbError widget
title : | |
Returns : | a pointer to the new widget, or NULL on error |
void gnome_db_error_dialog_show_errors (GnomeDbErrorDialog *dialog,GList *error_list);
Pops up the given GnomeDbErrorDialog widget, displaying any errors that may be reported for the connection being used by this widget
dialog : | the GnomeDbErrorDialog widget |
error_list : | list of errors to show |
constgchar * gnome_db_error_dialog_get_title (GnomeDbErrorDialog *dialog);
dialog : | |
Returns : |
|
<<< GnomeDbEntry | GnomeDbError >>> |