X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libview%2Fev-view-presentation.h;h=24553b08187c8f70481fb7a485c65fdc7b9a5fd9;hb=2297bff1e7d745f0f837d44feeda03244368d7f1;hp=9394da6a34cb1a593b1b7ad8b02eaa39adac92a5;hpb=6d690c345c434c074333fa0971af0406eeb2719e;p=evince.git diff --git a/libview/ev-view-presentation.h b/libview/ev-view-presentation.h index 9394da6a..24553b08 100644 --- a/libview/ev-view-presentation.h +++ b/libview/ev-view-presentation.h @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #if !defined (__EV_EVINCE_VIEW_H_INSIDE__) && !defined (EVINCE_COMPILATION) @@ -42,7 +42,8 @@ GType ev_view_presentation_get_type (void) G_GNUC_CONST; GtkWidget *ev_view_presentation_new (EvDocument *document, guint current_page, - guint rotation); + guint rotation, + gboolean inverted_colors); guint ev_view_presentation_get_current_page (EvViewPresentation *pview); G_END_DECLS