Top | ![]() |
![]() |
![]() |
![]() |
IdeOmniBarAddinIdeOmniBarAddin — addins to extend the IdeOmniBar |
The IdeOmniBarAddin allows plugins to extend how the IdeOmniBar works. They can add additional components such as buttons, or more information to the popover.
See IdeOmniBar for information about what you can alter.
void ide_omni_bar_addin_load (IdeOmniBarAddin *self
,IdeOmniBar *omni_bar
);
Requests that the IdeOmniBarAddin initialize, possibly modifying
omni_bar
as necessary.
Since: 3.32
void ide_omni_bar_addin_unload (IdeOmniBarAddin *self
,IdeOmniBar *omni_bar
);
Requests that the IdeOmniBarAddin shutdown, possibly modifying
omni_bar
as necessary to return it to the original state before
the addin was loaded.
Since: 3.32