Handbook
Glossary
g_markup_parse_context_parse ( markup_parse_context text text_len error -- gboolean )
Vocabulary
glib
.
ffi
Inputs
markup_parse_context
an
object
text
an
object
text_len
an
object
error
an
object
Outputs
gboolean
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
gboolean
g_markup_parse_context_parse
( GMarkupParseContext* markup_parse_context, gchar* text,
glong
text_len, GError* error )