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