Method
PanelSessionItemset_metadata_value
Declaration [src]
void
panel_session_item_set_metadata_value (
PanelSessionItem* self,
const char* key,
GVariant* value
)
Parameters
key |
const char* |
The metadata key. |
|
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
value |
GVariant |
The value for |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. |