Efl.Object.provider_unregister

Description

Will unregister a manager of a specific class that was previously registered and answered by Efl.Object.provider_find.

Since 1.22

Signature

provider_unregister {
    params {
        @in klass: const(Efl.Class);
        @in provider: const(Efl.Object);
    }
    return: bool;
}

C signature

Eina_Bool efl_provider_unregister(Eo *obj, const Efl_Class *klass, const Efl_Object *provider);

Parameters

  • klass (in) - The class provided by the provider to unregister for.
  • provider (in) - The provider for the registered class to unregister.

Implemented by