Constructor
PapersViewSearchResultnew
Declaration [src]
PpsSearchResult*
pps_search_result_new (
  gchar* markup,
  gchar* label,
  guint page,
  guint index,
  guint global_index,
  PpsFindRectangle* rect
)
Parameters
- markup
- 
            Type: gchar*No description available. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- label
- 
            Type: gchar*No description available. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- page
- 
            Type: guintNo description available. 
- index
- 
            Type: guintNo description available. 
- global_index
- 
            Type: guintNo description available. 
- rect
- 
            Type: PpsFindRectangleNo description available. The data is owned by the caller of the function. 
Return value
Type: PpsSearchResult
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |