Method

IdeHoverProviderunload

since: 3.32

Declaration

void
ide_hover_provider_unload (
  IdeHoverProvider* self,
  IdeSourceView* view
)

Description

This method is used to unload an IdeHoverProvider. Providers should cleanup any state they’ve allocated.

Available since: 3.32

Parameters

view

Type: IdeSourceView

An IdeSourceView.

The data is owned by the caller of the function.