Method

ArrowExtensionDataTypeRegistryunregister

Declaration [src]

gboolean
garrow_extension_data_type_registry_unregister (
  GArrowExtensionDataTypeRegistry* registry,
  const gchar* name,
  GError** error
)

Description [src]

Unregister an extension data type that has the given name from the registry.

Available since:3.0.0

Parameters

name const gchar*
 

An extension data type name to be unregistered.

 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 on error.