Method
PanelSessionItemhas_metadata_with_type
Declaration [src]
gboolean
panel_session_item_has_metadata_with_type (
PanelSessionItem* self,
const char* key,
const GVariantType* expected_type
)
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. | |
expected_type |
GVariantType |
The |
|
| The data is owned by the caller of the function. |