Method

EvinceDocumentMappingListget_data

Declaration [src]

gpointer
ev_mapping_list_get_data (
  EvMappingList* mapping_list,
  gdouble x,
  gdouble y
)

Description

No description available.

Parameters

x gdouble
 

X coordinate.

y gdouble
 

Y coordinate.

Return value

Returns: gpointer
 

The data of a mapping in the list at coordinates (x, y)

 The data is owned by the instance.
 The return value can be NULL.