From 356536f6b8b44bfcf13c644a26ecdd583465bc0f Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sun, 11 Jul 2010 08:52:34 +0000 Subject: Add EvMappingList data struct instead of using a GList It just wraps the GList and adds reference counting --- (limited to 'libdocument/ev-document-forms.c') diff --git a/libdocument/ev-document-forms.c b/libdocument/ev-document-forms.c index 9e8fb0e..c6d558b 100644 --- a/libdocument/ev-document-forms.c +++ b/libdocument/ev-document-forms.c @@ -28,7 +28,7 @@ ev_document_forms_default_init (EvDocumentFormsInterface *klass) { } -GList * +EvMappingList * ev_document_forms_get_form_fields (EvDocumentForms *document_forms, EvPage *page) { -- cgit v0.9.1