From d06cb3dabbd7fbb87cb2763e69bce9ac782450eb Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 7 Jan 2013 07:49:23 +0100 Subject: 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 --- libdocument/ev-document-find.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libdocument/ev-document-find.c') 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, -- cgit v1.2.1