diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-07-12 06:43:18 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-07-12 06:43:18 (GMT) |
commit | 405cd1740e12c6b84187670afbaf7f835310c288 (patch) | |
tree | e4c7ca5b260f70bb816217ab1151f2f78622a22a /doc | |
parent | 20e845f8ee2d82ceef1c6ec9511a9ef499d09634 (diff) | |
download | tk-405cd1740e12c6b84187670afbaf7f835310c288.zip tk-405cd1740e12c6b84187670afbaf7f835310c288.tar.gz tk-405cd1740e12c6b84187670afbaf7f835310c288.tar.bz2 |
Fix Tk_ObjCustomOption documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/SetOptions.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/SetOptions.3 b/doc/SetOptions.3 index c989821..2eb3b88 100644 --- a/doc/SetOptions.3 +++ b/doc/SetOptions.3 @@ -521,7 +521,7 @@ free, and restore saved copies of the type and creating a structure pointing to those procedures: .CS typedef struct Tk_ObjCustomOption { - char *name; + const char *\fname\fR; Tk_CustomOptionSetProc *\fIsetProc\fR; Tk_CustomOptionGetProc *\fIgetProc\fR; Tk_CustomOptionRestoreProc *\fIrestoreProc\fR; |