summaryrefslogtreecommitdiff
path: root/libdocument/ev-document-find.c
diff options
context:
space:
mode:
authorCosimo Cecchi <[email protected]>2013-01-07 07:49:23 +0100
committerraveit65 <[email protected]>2017-08-24 11:56:28 +0200
commitd06cb3dabbd7fbb87cb2763e69bce9ac782450eb (patch)
tree850122cf5bc8b16ee0bab1746a1d356e7f6a8199 /libdocument/ev-document-find.c
parent0568785bbd484714a63caa4b9ca9639a2867d6e9 (diff)
downloadatril-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-find.c')
-rw-r--r--libdocument/ev-document-find.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/libdocument/ev-document-find.c b/libdocument/ev-document-find.c
index 92dfffe5..4be1b201 100644
--- a/libdocument/ev-document-find.c
+++ b/libdocument/ev-document-find.c
@@ -29,6 +29,15 @@ ev_document_find_default_init (EvDocumentFindInterface *klass)
{
}
+/**
+ * ev_document_find_find_text:
+ * @document_find: an #EvDocumentFind
+ * @page: an #EvPage
+ * @text: text to find
+ * @case_sensitive: whether to match the string case
+ *
+ * Returns: (transfer full) (element-type EvRectangle): a list of results
+ */
GList *
ev_document_find_find_text (EvDocumentFind *document_find,
EvPage *page,