Skip to content

Commit 3349fb9

Browse files
Carlos Garcia Camposraveit65
authored andcommitted
libdocument: Deprecate misc_get_page_border_size()
.... and misc_paint_one_page() origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=a610d49
1 parent dc1432d commit 3349fb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libdocument/ev-document-misc.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
#include <gdk-pixbuf/gdk-pixbuf.h>
3232
#include <gtk/gtk.h>
33+
#include "ev-macros.h"
3334

3435
G_BEGIN_DECLS
3536

@@ -39,9 +40,11 @@ GdkPixbuf *ev_document_misc_get_thumbnail_frame (int width,
3940
GdkPixbuf *ev_document_misc_get_loading_thumbnail (int width,
4041
int height,
4142
gboolean inverted_colors);
43+
EV_DEPRECATED
4244
void ev_document_misc_get_page_border_size (gint page_width,
4345
gint page_height,
4446
GtkBorder *border);
47+
EV_DEPRECATED
4548
void ev_document_misc_paint_one_page (cairo_t *cr,
4649
GtkWidget *widget,
4750
GdkRectangle *area,

0 commit comments

Comments
 (0)