Method
PanelSessionlookup_by_id
Declaration [src]
PanelSessionItem*
panel_session_lookup_by_id (
PanelSession* self,
const char* id
)
Parameters
id |
const char* |
The id of the item. |
|
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. |
Return value
| Returns: | PanelSessionItem |
An |
|
| The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL. |