diff options
author | Cosimo Cecchi <[email protected]> | 2013-01-07 07:49:23 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-08-24 11:56:28 +0200 |
commit | d06cb3dabbd7fbb87cb2763e69bce9ac782450eb (patch) | |
tree | 850122cf5bc8b16ee0bab1746a1d356e7f6a8199 /libdocument/ev-document-images.c | |
parent | 0568785bbd484714a63caa4b9ca9639a2867d6e9 (diff) | |
download | atril-d06cb3dabbd7fbb87cb2763e69bce9ac782450eb.tar.bz2 atril-d06cb3dabbd7fbb87cb2763e69bce9ac782450eb.tar.xz |
libdocument: add missing transfer and element-type annotations
https://bugzilla.gnome.org/show_bug.cgi?id=691354
origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=7917b62
Diffstat (limited to 'libdocument/ev-document-images.c')
-rw-r--r-- | libdocument/ev-document-images.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libdocument/ev-document-images.c b/libdocument/ev-document-images.c index e65f2646..4316a19a 100644 --- a/libdocument/ev-document-images.c +++ b/libdocument/ev-document-images.c @@ -37,6 +37,13 @@ ev_document_images_get_image_mapping (EvDocumentImages *document_images, return iface->get_image_mapping (document_images, page); } +/** + * ev_document_images_get_image: + * @document_images: an #EvDocumentImages + * @image: an #EvImage + * + * Returns: (transfer full): a #GdkPixbuf + */ GdkPixbuf * ev_document_images_get_image (EvDocumentImages *document_images, EvImage *image) |