Function
ArrowFileSystemcreate
Declaration [src]
GArrowFileSystem*
garrow_file_system_create (
const gchar* uri,
GError** error
)
Description [src]
This is a factory function to create a specific GArrowFileSystem
object.
| Available since: | 3.0.0 |
Parameters
uri |
const gchar* |
An URI to specify file system with options. If you only have an
absolute path, |
|
| 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: | GArrowFileSystem |
The newly created file system
that is an object of a subclass of |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL. |