From f792ebcef8eab6e0b8fc5ff185851d038afbab56 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Fri, 04 Jan 2008 20:25:40 +0000 Subject: New files, define a page transition effect, at the moment it maps 2008-01-04 Carlos Garnacho * libdocument/ev-transition-effect.[ch]: New files, define a page transition effect, at the moment it maps PopplerPageTransition to a GObject. * libdocument/Makefile.am: Added these files to build. * libdocument/ev-document-transition.[ch] (ev_document_transition_get_effect): New method, gets the EvTransitionEffect returned by the interface implementation, with fallback to the "replace" effect. svn path=/trunk/; revision=2796 --- (limited to 'libdocument/Makefile.am') diff --git a/libdocument/Makefile.am b/libdocument/Makefile.am index d6e0c56..a00eeae 100644 --- a/libdocument/Makefile.am +++ b/libdocument/Makefile.am @@ -39,7 +39,8 @@ INST_H_FILES = \ ev-link-dest.h \ ev-link.h \ ev-render-context.h \ - ev-selection.h + ev-selection.h \ + ev-transition-effect.h headerdir = $(prefix)/include/evince-@EV_API_VERSION@/evince header_DATA = $(INST_H_FILES) @@ -69,6 +70,7 @@ libevbackend_la_SOURCES= \ ev-module.c \ ev-render-context.c \ ev-selection.c \ + ev-transition-effect.c \ ev-document-misc.c \ $(NOINST_H_FILES) \ $(INST_H_FILES) -- cgit v0.9.1