From 3ba34079e741b295e7beebd7132f531059ee9937 Mon Sep 17 00:00:00 2001 From: Dmitry Kalyanov Date: Sat, 18 Jul 2009 20:12:13 +0400 Subject: [PATCH] A note in the GObject manual about g-boxed-refs --- doc/gobject.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4