Method
IdeSessionItemhas_metadata_with_type
Declaration
gboolean
ide_session_item_has_metadata_with_type (
IdeSessionItem* self,
const char* key,
const GVariantType* expected_type
)
Parameters
key-
Type:
const char*The metadata key.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. expected_type-
Type:
GVariantTypeThe
GVariantTypeto check forkey.The data is owned by the caller of the method.