Handbook
Glossary
g_strnfill ( length fill_char -- gchar* )
Vocabulary
glib
.
ffi
Inputs
length
an
object
fill_char
an
object
Outputs
gchar*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
gchar*
g_strnfill
(
gulong
length,
gchar
fill_char )