Method
PanelSessionget_item
since: 1.4
Declaration [src]
PanelSessionItem*
panel_session_get_item (
PanelSession* self,
guint position
)
Return value
Type: 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 . |