Method

IdeTweaksWindownavigate_to

Declaration

void
ide_tweaks_window_navigate_to (
  IdeTweaksWindow* self,
  IdeTweaksItem* item
)

Description

Navigates to item.

If item is NULL and IdeTweaksWindow:tweaks is set, then navigates to the topmost item.

Parameters

item

Type: IdeTweaksItem

An IdeTweaksItem or NULL.

The argument can be NULL.
The data is owned by the caller of the method.