Method

ArrowDatasetFileSystemDatasetFactoryset_file_system_uri

Declaration [src]

gboolean
gadataset_file_system_dataset_factory_set_file_system_uri (
  GADatasetFileSystemDatasetFactory* factory,
  const gchar* uri,
  GError** error
)

Description

No description available.
Available since:5.0.0

Parameters

uri const gchar*
 

An URI for file system.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE on success, FALSE otherwise.