X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-message-area.h;h=7128482379805a1688e36ac7c2accc3ede3cf227;hb=aaf935747f65a1084ba4ffa3cf32a1e1ea93c987;hp=bb2954536fb6e7c033178c7e7628b389428c577a;hpb=c37e94332ad3d4a33a38a29f9557b7838f955f10;p=evince.git diff --git a/shell/ev-message-area.h b/shell/ev-message-area.h index bb295453..71284823 100644 --- a/shell/ev-message-area.h +++ b/shell/ev-message-area.h @@ -24,7 +24,7 @@ #ifndef EV_MESSAGE_AREA_H #define EV_MESSAGE_AREA_H -#include +#include #include "gedit-message-area.h" @@ -52,17 +52,19 @@ struct _EvMessageAreaClass { GeditMessageAreaClass parent_class; }; -GType ev_message_area_get_type (void) G_GNUC_CONST; -GtkWidget *ev_message_area_new (GtkMessageType type, - const gchar *text, - const gchar *first_button_text, - ...); -void ev_message_area_set_image (EvMessageArea *area, - GtkWidget *image); -void ev_message_area_set_text (EvMessageArea *area, - const gchar *str); -void ev_message_area_set_secondary_text (EvMessageArea *area, - const gchar *str); +GType ev_message_area_get_type (void) G_GNUC_CONST; +GtkWidget *ev_message_area_new (GtkMessageType type, + const gchar *text, + const gchar *first_button_text, + ...); +void ev_message_area_set_image (EvMessageArea *area, + GtkWidget *image); +void ev_message_area_set_image_from_stock (EvMessageArea *area, + const gchar *stock_id); +void ev_message_area_set_text (EvMessageArea *area, + const gchar *str); +void ev_message_area_set_secondary_text (EvMessageArea *area, + const gchar *str); G_END_DECLS