From b570d1063d10c8ab4b3321ea5aa48363f3b65124 Mon Sep 17 00:00:00 2001 From: Hib Eris Date: Thu, 2 Feb 2012 13:01:45 +0100 Subject: [PATCH 6/8] ALSO NOT SURE ABOUT THIS ONE: gtk-doc: Fix API documentation for poppler_page_free_annot_mapping() --- glib/poppler-page.cc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/glib/poppler-page.cc b/glib/poppler-page.cc index e9ef3a2..910ae26 100644 --- a/glib/poppler-page.cc +++ b/glib/poppler-page.cc @@ -1402,9 +1402,9 @@ poppler_page_get_annot_mapping (PopplerPage *page) * #PopplerAnnotMappings * * Frees a list of #PopplerAnnotMappings allocated by - * poppler_page_get_annot_mapping(). It also frees the #PopplerAnnots + * poppler_page_get_annot_mapping(). It also unreferences the #PopplerAnnots * that each mapping contains, so if you want to keep them around, you need to - * copy them with poppler_annot_copy(). + * reference them with g_object_ref(). **/ void poppler_page_free_annot_mapping (GList *list) -- 1.7.7