Method
EvinceDocumentDocumentsynctex_backward_search
Declaration [src]
EvSourceLink*
ev_document_synctex_backward_search (
EvDocument* document,
gint page_index,
gfloat x,
gfloat y
)
Description [src]
Peforms a Synctex backward search to obtain the TeX input file, line and
(possibly) column corresponding to the position (x
,y
) (in 72dpi
coordinates) in the page
of document
.
Return value
Returns: | EvSourceLink |
A pointer to the EvSourceLink structure that holds the result. |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |