]> git.imager.perl.org - imager.git/commitdiff
document when the slot destructor is called
authorTony Cook <tony@develop-help.com>
Mon, 29 Oct 2012 10:03:51 +0000 (21:03 +1100)
committerTony Cook <tony@develop-help.com>
Fri, 14 Dec 2012 09:27:39 +0000 (20:27 +1100)
context.c
lib/Imager/APIRef.pod

index 8a281c9d2358b6b27dec785756e688e84c5f43d5..0598a6abf3669bc67aac931fde873d99cdff302f 100644 (file)
--- a/context.c
+++ b/context.c
@@ -195,6 +195,9 @@ im_context_clone(im_context_t ctx, const char *where) {
 
 Allocate a new context-local-storage slot.
 
 
 Allocate a new context-local-storage slot.
 
+C<desctructor> will be called when the context is destroyed if the
+corresponding slot is non-NULL.
+
 =cut
 */
 
 =cut
 */
 
index e0341e1af74d265e8697b8a92f05d282aaa20d12..741403642cbb23160341d32ba78a406d3528f431 100644 (file)
@@ -2306,6 +2306,9 @@ From: File context.c
 
 Allocate a new context-local-storage slot.
 
 
 Allocate a new context-local-storage slot.
 
+C<desctructor> will be called when the context is destroyed if the
+corresponding slot is non-NULL.
+
 
 =for comment
 From: File context.c
 
 =for comment
 From: File context.c