Handbook
Glossary
utf8-type? ( object -- ? )
Vocabulary
gobject-introspection
.
types
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
utf8-type
class.
Definition
USING:
accessors
kernel
;
IN:
gobject-introspection.types
:
utf8-type?
( object -- ? )
dup
atomic-type?
[
name>>
"utf8"
=
]
[
drop
f
]
if
;