X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=libview%2Fev-document-model.h;h=b2836152d66b06f8716ca17fde633f5927e0fa5f;hb=a90e38bd4aab8013c402e55753275f5b3408e103;hp=26c6d7b7b50c0d415f61a2e9931ac033c2cbb582;hpb=c4be37f1134e65733ed808d10108234da0345d45;p=evince.git diff --git a/libview/ev-document-model.h b/libview/ev-document-model.h index 26c6d7b7..b2836152 100644 --- a/libview/ev-document-model.h +++ b/libview/ev-document-model.h @@ -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);