Method

ArrowDatasetDatasetFactoryfinish

Declaration [src]

GADatasetDataset*
gadataset_dataset_factory_finish (
  GADatasetDatasetFactory* factory,
  GADatasetFinishOptions* options,
  GError** error
)

Description

No description available.
Available since:5.0.0

Parameters

options GADatasetFinishOptions
 

A GADatasetFinishOptions.

 The argument can be NULL.
 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GADatasetDataset
 

A newly created GADatasetDataset on success, NULL on error.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.