Function
PapersDocumentInkListnew_for_array
Declaration [src]
PpsInkList*
pps_ink_list_new_for_array (
const PpsPath** paths,
guint n_paths
)
Parameters
paths-
Type: An array of
PpsPath*An array of paths.
The length of the array is specified in the n_pathsargument.The data is owned by the caller of the function. n_paths-
Type:
guintNo description available.
Return value
Type: PpsInkList
A new PpsInkList.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |