process-tag ( triple -- array )


Vocabulary
gir

Inputs
triplean object


Outputs
arrayan object


Definition


: process-tag ( triple -- array )
dup first HS{
"attribute"
"return-value"
"prerequisite"
"virtual-method"
"doc-deprecated"
"array"
"alias"
"parameters"
"function"
"glib:boxed"
"doc"
"callback"
"class"
"docsection"
"doc-version"
"record"
"union"
"enumeration"
"include"
"instance-parameter"
"repository"
"implements"
"namespace"
"property"
"constant"
"constructor"
"method"
"c:include"
"bitfield"
"varargs"
"function-macro"
"type"
"glib:signal"
"interface"
"field"
"member"
"parameter"
"package"
} in? [ unknown-gir-tag ] unless ;