diff options
author | infirit <[email protected]> | 2015-09-06 11:43:35 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-06 11:43:35 +0200 |
commit | 2788b437751963cb933eadbcbc0dd5ff33fa7338 (patch) | |
tree | 237fbff5d18df7894defcca177d21a5eeac1b514 /src/eom-error-message-area.c | |
parent | 79f28eb676ac6c7e707fde3fbb47f8b02f8f5aea (diff) | |
download | eom-2788b437751963cb933eadbcbc0dd5ff33fa7338.tar.bz2 eom-2788b437751963cb933eadbcbc0dd5ff33fa7338.tar.xz |
A bunch of annotation fixes from Eog
Diffstat (limited to 'src/eom-error-message-area.c')
-rw-r--r-- | src/eom-error-message-area.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/eom-error-message-area.c b/src/eom-error-message-area.c index 9ea49a3..14a5362 100644 --- a/src/eom-error-message-area.c +++ b/src/eom-error-message-area.c @@ -126,6 +126,15 @@ create_error_message_area (const gchar *primary_text, return message_area; } +/** + * eom_image_load_error_message_area_new: + * @caption: + * @error: + * + * + * + * Returns: (transfer full): a new #GtkInfoArea + **/ GtkWidget * eom_image_load_error_message_area_new (const gchar *caption, const GError *error) @@ -159,6 +168,14 @@ eom_image_load_error_message_area_new (const gchar *caption, return message_area; } +/** + * eom_no_images_error_message_area_new: + * @file: + * + * + * + * Returns: (transfer full): a new #GtkInfoBar + **/ GtkWidget * eom_no_images_error_message_area_new (GFile *file) { |