]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-view-presentation.h
docs: finding.page, changed 'file' to 'document' as per jaliste.
[evince.git] / libview / ev-view-presentation.h
index 9394da6a34cb1a593b1b7ad8b02eaa39adac92a5..24553b08187c8f70481fb7a485c65fdc7b9a5fd9 100644 (file)
@@ -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