Method

PanelSessionget_item

Declaration [src]

PanelSessionItem*
panel_session_get_item (
  PanelSession* self,
  guint position
)

Description [src]

Gets the item at position.

Available since:1.4

Parameters

position guint
 

The index of the item.

Return value

Returns: PanelSessionItem
 

The PanelSessionItem 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.