diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-12-12 18:32:35 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-12-12 18:32:35 +0100 |
commit | e0f8a7031abfe6b6207019cddfb911fd33561495 (patch) | |
tree | be025f53c258e089b0d396c941c02b67dc9d7d8d /src/eom-thumb-view.c | |
parent | 3d34cc10a5e62686f661a6653d43e2c42e6a26a2 (diff) | |
download | eom-e0f8a7031abfe6b6207019cddfb911fd33561495.tar.bz2 eom-e0f8a7031abfe6b6207019cddfb911fd33561495.tar.xz |
fix more introspections warnings
partially taken from:
https://git.gnome.org/browse/eog/commit/?id=1b22c52
https://git.gnome.org/browse/eog/commit/?id=e51fe58
Diffstat (limited to 'src/eom-thumb-view.c')
-rw-r--r-- | src/eom-thumb-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eom-thumb-view.c b/src/eom-thumb-view.c index b83c4ac..7eabe9d 100644 --- a/src/eom-thumb-view.c +++ b/src/eom-thumb-view.c @@ -920,7 +920,7 @@ eom_thumb_view_get_image_from_path (EomThumbView *thumbview, GtkTreePath *path) * is not ensured to be really the first selected image in @thumbview, but * generally, it will be. * - * Returns: A #EomImage. + * Returns: (transfer full): A #EomImage. **/ EomImage * eom_thumb_view_get_first_selected_image (EomThumbView *thumbview) |