Method

IdeSessionget_item

Declaration

IdeSessionItem*
ide_session_get_item (
  IdeSession* self,
  guint position
)

Description

Gets the item at position.

Parameters

position

Type: guint

The index of the item.

Return value

Type: IdeSessionItem

The IdeSessionItem at position or NULL if there is no item at that position.

The data is owned by the instance.
The return value can be NULL.