From 18d2af9bce80392407fae997c8dfa029f5a54123 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Sat, 26 Jun 2010 14:12:57 +0000 Subject: [pdf] Implement EvDocumentText interface --- (limited to 'libdocument/ev-selection.h') diff --git a/libdocument/ev-selection.h b/libdocument/ev-selection.h index 19b61bb..5c9c718 100644 --- a/libdocument/ev-selection.h +++ b/libdocument/ev-selection.h @@ -64,8 +64,6 @@ struct _EvSelectionInterface EvPage *page, EvSelectionStyle style, EvRectangle *points); - GdkRegion * (* get_selection_map) (EvSelection *selection, - EvPage *page); GdkRegion * (* get_selection_region) (EvSelection *selection, EvRenderContext *rc, EvSelectionStyle style, @@ -85,13 +83,11 @@ gchar *ev_selection_get_selected_text (EvSelection *selection, EvPage *page, EvSelectionStyle style, EvRectangle *points); -GdkRegion *ev_selection_get_selection_map (EvSelection *selection, - EvPage *page); GdkRegion *ev_selection_get_selection_region (EvSelection *selection, EvRenderContext *rc, EvSelectionStyle style, EvRectangle *points); - + G_END_DECLS #endif -- cgit v0.9.1