A note in the GObject manual about g-boxed-refs
authorDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Sat, 18 Jul 2009 16:12:13 +0000 (20:12 +0400)
committerDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Sat, 18 Jul 2009 16:12:13 +0000 (20:12 +0400)
doc/gobject.texi

index 495443f..949642d 100644 (file)
@@ -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