Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-selection.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdocument/ev-selection.c')
-rw-r--r--libdocument/ev-selection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdocument/ev-selection.c b/libdocument/ev-selection.c
index 260a9ca..25879a9 100644
--- a/libdocument/ev-selection.c
+++ b/libdocument/ev-selection.c
@@ -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 *