Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdocument/ev-selection.h')
-rw-r--r--libdocument/ev-selection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdocument/ev-selection.h b/libdocument/ev-selection.h
index 65e0c15..19b61bb 100644
--- a/libdocument/ev-selection.h
+++ b/libdocument/ev-selection.h
@@ -61,7 +61,7 @@ struct _EvSelectionInterface
GdkColor *text,
GdkColor *base);
gchar * (* get_selected_text) (EvSelection *selection,
- EvRenderContext *rc,
+ EvPage *page,
EvSelectionStyle style,
EvRectangle *points);
GdkRegion * (* get_selection_map) (EvSelection *selection,
@@ -82,7 +82,7 @@ void ev_selection_render_selection (EvSelection *selection,
GdkColor *text,
GdkColor *base);
gchar *ev_selection_get_selected_text (EvSelection *selection,
- EvRenderContext *rc,
+ EvPage *page,
EvSelectionStyle style,
EvRectangle *points);
GdkRegion *ev_selection_get_selection_map (EvSelection *selection,