X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fgobject.texi;h=949642dcec07bcdf8d4720b64cb4915c171892d8;hb=3ba34079e741b295e7beebd7132f531059ee9937;hp=495443f3faae7a60b1a7b2e03570b650f7203aab;hpb=7f1d2802a96d16e3a8332e9346ad64c29806c780;p=cl-gtk2.git 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