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 7a1252a..4e89606 100644
--- a/libdocument/ev-selection.h
+++ b/libdocument/ev-selection.h
@@ -65,7 +65,7 @@ struct _EvSelectionIface
EvSelectionStyle style,
EvRectangle *points);
GdkRegion * (* get_selection_map) (EvSelection *selection,
- EvRenderContext *rc);
+ EvPage *page);
GdkRegion * (* get_selection_region) (EvSelection *selection,
EvRenderContext *rc,
EvSelectionStyle style,
@@ -86,7 +86,7 @@ gchar *ev_selection_get_selected_text (EvSelection *selection,
EvSelectionStyle style,
EvRectangle *points);
GdkRegion *ev_selection_get_selection_map (EvSelection *selection,
- EvRenderContext *rc);
+ EvPage *page);
GdkRegion *ev_selection_get_selection_region (EvSelection *selection,
EvRenderContext *rc,
EvSelectionStyle style,