]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-selection.c
[libdocument] Use EvPage instead of EvRenderContext in get_selected_text()
[evince.git] / libdocument / ev-selection.c
index 260a9ca46906c2b03370a0c6e27468a281d72698..25879a9202ffc63e14054d04a807c9b8d7c46cc6 100644 (file)
@@ -53,13 +53,13 @@ ev_selection_render_selection (EvSelection      *selection,
 
 gchar *
 ev_selection_get_selected_text (EvSelection      *selection,
-                               EvRenderContext  *rc,
+                               EvPage           *page,
                                EvSelectionStyle  style,
                                EvRectangle      *points)
 {
        EvSelectionInterface *iface = EV_SELECTION_GET_IFACE (selection);
 
-       return iface->get_selected_text (selection, rc, style, points);
+       return iface->get_selected_text (selection, page, style, points);
 }
 
 GdkRegion *