Skip to content

Commit

Permalink
libdocument: Deprecate misc_get_page_border_size()
Browse files Browse the repository at this point in the history
.... and misc_paint_one_page()

origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=a610d49
  • Loading branch information
Carlos Garcia Campos authored and raveit65 committed Apr 7, 2018
1 parent c09efef commit df069ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libdocument/ev-document-misc.h
Expand Up @@ -30,6 +30,7 @@


#include <gdk-pixbuf/gdk-pixbuf.h> #include <gdk-pixbuf/gdk-pixbuf.h>
#include <gtk/gtk.h> #include <gtk/gtk.h>
#include "ev-macros.h"


G_BEGIN_DECLS G_BEGIN_DECLS


Expand All @@ -39,9 +40,11 @@ GdkPixbuf *ev_document_misc_get_thumbnail_frame (int width,
GdkPixbuf *ev_document_misc_get_loading_thumbnail (int width, GdkPixbuf *ev_document_misc_get_loading_thumbnail (int width,
int height, int height,
gboolean inverted_colors); gboolean inverted_colors);
EV_DEPRECATED
void ev_document_misc_get_page_border_size (gint page_width, void ev_document_misc_get_page_border_size (gint page_width,
gint page_height, gint page_height,
GtkBorder *border); GtkBorder *border);
EV_DEPRECATED
void ev_document_misc_paint_one_page (cairo_t *cr, void ev_document_misc_paint_one_page (cairo_t *cr,
GtkWidget *widget, GtkWidget *widget,
GdkRectangle *area, GdkRectangle *area,
Expand Down

0 comments on commit df069ae

Please sign in to comment.