number-type? ( name -- ? )


Vocabulary
gobject-introspection.ffi

Inputs
namean object


Outputs
?an object


Definition


: number-type? ( name -- ? )
{
[ "gint" head? ]
[ "guint" head? ]
[ "gchar" = ]
[ "guchar" = ]
[ "gdouble" = ]
[ "gfloat" = ]
} 1|| ;