Virtual Method

IdeHoverProviderload

since: 3.32

Declaration

void
load (
  IdeHoverProvider* self,
  IdeSourceView* view
)

Description

This method is used to load an IdeHoverProvider. Providers should perform any startup work from here.

Available since: 3.32

Parameters

view

Type: IdeSourceView

An IdeSourceView.

The data is owned by the caller of the function.