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=206bc8045e1d217e09f0e640d14791f2669a92ac;hp=ca403db0f89abf551006f255d85b70b10dcd27e8;hpb=75d6ca169171f642ba7438e648b4529638bf90c3;p=evince.git diff --git a/shell/ev-message-area.h b/shell/ev-message-area.h index ca403db0..71284823 100644 --- a/shell/ev-message-area.h +++ b/shell/ev-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