diff options
Diffstat (limited to 'man/XtGetClassExtension.man')
-rw-r--r-- | man/XtGetClassExtension.man | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/XtGetClassExtension.man b/man/XtGetClassExtension.man index 757b616..03132b6 100644 --- a/man/XtGetClassExtension.man +++ b/man/XtGetClassExtension.man @@ -64,7 +64,8 @@ and a record size greater than or equal the specified \fIrecord_size\fP if it is nonzero. .B XtGetClassExtension returns a pointer to a matching extension record or NULL if no match -is found. The returned extension record is owned by the widget class +is found. +The returned extension record is owned by the widget class and must not be modified or freed by the caller, except possibly to be modified by the widget class owner. .SH "SEE ALSO" |