Package: gobject
Function gobject:object-set-data-full
Lambda Listgobject:object-set-data-full (object key func) ArgumentsDetails Like the g:object-data function except it adds notification for
when the association is destroyed, either by setting it to a different
value or when the object is destroyed. Examples
(g:object-set-data-full window "about"
(lambda ()
(gtk:window-destroy about))) | See also |
2025-03-01