]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-document-model.h
[dualscreen] fix crash on ctrl+w and fix control window closing
[evince.git] / libview / ev-document-model.h
index 26c6d7b7b50c0d415f61a2e9931ac033c2cbb582..b2836152d66b06f8716ca17fde633f5927e0fa5f 100644 (file)
@@ -14,7 +14,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)
@@ -69,6 +69,9 @@ EvSizingMode     ev_document_model_get_sizing_mode   (EvDocumentModel *model);
 void             ev_document_model_set_rotation      (EvDocumentModel *model,
                                                      gint             rotation);
 gint             ev_document_model_get_rotation      (EvDocumentModel *model);
+void           ev_document_model_set_inverted_colors (EvDocumentModel *model,
+                                                     gboolean         inverted_colors);
+gboolean       ev_document_model_get_inverted_colors (EvDocumentModel *model);
 void             ev_document_model_set_continuous    (EvDocumentModel *model,
                                                      gboolean         continuous);
 gboolean         ev_document_model_get_continuous    (EvDocumentModel *model);