summaryrefslogtreecommitdiff
path: root/src/eom-thumb-view.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-09-06 11:43:35 +0200
committerinfirit <[email protected]>2015-09-06 11:43:35 +0200
commit2788b437751963cb933eadbcbc0dd5ff33fa7338 (patch)
tree237fbff5d18df7894defcca177d21a5eeac1b514 /src/eom-thumb-view.c
parent79f28eb676ac6c7e707fde3fbb47f8b02f8f5aea (diff)
downloadeom-2788b437751963cb933eadbcbc0dd5ff33fa7338.tar.bz2
eom-2788b437751963cb933eadbcbc0dd5ff33fa7338.tar.xz
A bunch of annotation fixes from Eog
Diffstat (limited to 'src/eom-thumb-view.c')
-rw-r--r--src/eom-thumb-view.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/eom-thumb-view.c b/src/eom-thumb-view.c
index aba4eba..b83c4ac 100644
--- a/src/eom-thumb-view.c
+++ b/src/eom-thumb-view.c
@@ -893,7 +893,7 @@ eom_thumb_view_get_n_selected (EomThumbView *thumbview)
* Gets the #EomImage stored in @thumbview's #EomListStore at the position indicated
* by @path.
*
- * Returns: A #EomImage.
+ * Returns: (transfer full): A #EomImage.
**/
static EomImage *
eom_thumb_view_get_image_from_path (EomThumbView *thumbview, GtkTreePath *path)
@@ -953,7 +953,7 @@ eom_thumb_view_get_first_selected_image (EomThumbView *thumbview)
* Gets a list with the currently selected images. Note that a new reference is
* hold for each image and the list must be freed with g_list_free().
*
- * Returns: A newly allocated list of #EomImage's.
+ * Returns: (element-type EomImage) (transfer full): A newly allocated list of #EomImage's.
**/
GList *
eom_thumb_view_get_selected_images (EomThumbView *thumbview)