Handbook
Glossary
g_string_replace ( string find replace limit -- guint )
Vocabulary
glib
.
ffi
Inputs
string
an
object
find
an
object
replace
an
object
limit
an
object
Outputs
guint
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
guint
g_string_replace
( GString* string, gchar* find, gchar* replace,
guint
limit
)