#include "eog-error-message-area.h"
#include "eog-image.h"
#include <glib.h>
#include <glib/gi18n.h>
#include <glib-object.h>
#include <gtk/gtk.h>
Go to the source code of this file.
Functions | |
static GtkWidget * | create_error_message_area (const gchar *primary_text, const gchar *secondary_text, gboolean recoverable) |
GtkWidget * | eog_image_load_error_message_area_new (const gchar *caption, const GError *error) |
GtkWidget * | eog_no_images_error_message_area_new (GFile *file) |
static void | set_message_area_text_and_icon (GtkInfoBar *message_area, const gchar *icon_stock_id, const gchar *primary_text, const gchar *secondary_text) |
eog_no_images_error_message_area_new: (skip):
Returns: (transfer full): a new GtkInfoBar
Definition in file eog-error-message-area.c.