Handbook
Glossary
g_clear_pointer ( pp destroy -- )
Vocabulary
glib
.
ffi
Inputs
pp
an
object
destroy
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
void
g_clear_pointer
( gpointer* pp,
GDestroyNotify
destroy )