]> www.fi.muni.cz Git - evince.git/commit
Add EvMappingList data struct instead of using a GList
authorCarlos Garcia Campos <carlosgc@gnome.org>
Sun, 11 Jul 2010 08:52:34 +0000 (10:52 +0200)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 12 Jul 2010 17:12:01 +0000 (19:12 +0200)
commit356536f6b8b44bfcf13c644a26ecdd583465bc0f
tree8b9cb701358fccc2d3a269f02308fd99fe853b0c
parentc3f6c6c0006922557b54e263513c38ac7c88a12d
Add EvMappingList data struct instead of using a GList

It just wraps the GList and adds reference counting
24 files changed:
backend/djvu/djvu-document.c
backend/djvu/djvu-links.c
backend/djvu/djvu-links.h
backend/pdf/ev-poppler.cc
evince-document.h
libdocument/Makefile.am
libdocument/ev-document-annotations.c
libdocument/ev-document-annotations.h
libdocument/ev-document-forms.c
libdocument/ev-document-forms.h
libdocument/ev-document-images.c
libdocument/ev-document-images.h
libdocument/ev-document-links.c
libdocument/ev-document-links.h
libdocument/ev-mapping-list.c [new file with mode: 0644]
libdocument/ev-mapping-list.h [moved from libdocument/ev-mapping.h with 53% similarity]
libdocument/ev-mapping.c [deleted file]
libview/ev-jobs.h
libview/ev-page-cache.c
libview/ev-page-cache.h
libview/ev-pixbuf-cache.c
libview/ev-view-accessible.c
libview/ev-view-presentation.c
libview/ev-view.c