Virtual Method

IdeConfigProviderdelete

Declaration

void
delete (
  IdeConfigProvider* self,
  IdeConfig* config
)

Description

Requests that the configuration provider delete the configuration.

ide_config_provider_save_async() will be called by the IdeConfigManager after calling this function.

Parameters

config

Type: IdeConfig

An IdeConfig owned by the provider.

The data is owned by the caller of the function.