X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libdocument%2Fev-selection.h;h=5c9c7180ae6685e75b13b83ef0b1003fc800189a;hb=18d2af9bce80392407fae997c8dfa029f5a54123;hp=19b61bb5e1ed31c8ca0ec75692a21b23137373c7;hpb=eb80ecd1f7aa6ff57d2a3324c691274745ca4ed0;p=evince.git diff --git a/libdocument/ev-selection.h b/libdocument/ev-selection.h index 19b61bb5..5c9c7180 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