From: Dmitry Kalyanov Date: Sat, 18 Jul 2009 16:12:13 +0000 (+0400) Subject: A note in the GObject manual about g-boxed-refs X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=3ba34079e741b295e7beebd7132f531059ee9937;p=cl-gtk2.git A note in the GObject manual about g-boxed-refs --- diff --git a/doc/gobject.texi b/doc/gobject.texi index 495443f..949642d 100644 --- a/doc/gobject.texi +++ b/doc/gobject.texi @@ -1722,7 +1722,7 @@ A symbol namin the accessor function for slot. Defines a class corresponding to GBoxed type that is passed by reference (e.g., @code{GtkTextIter}). Class is made a subclass of @code{g-boxed-ref}. -The memory occupied by this class is managed automatically: after the GC collects the Lisp instance, @code{free-function} is used to free the structure. +The memory occupied by this class is managed automatically: after the GC collects the Lisp instance, @code{free-function} is used to free the structure (if the instance was created by lisp code). Example: @example