diff options
Diffstat (limited to 'man/XtGetApplicationNameAndClass.man')
-rw-r--r-- | man/XtGetApplicationNameAndClass.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/XtGetApplicationNameAndClass.man b/man/XtGetApplicationNameAndClass.man index 869447b..c660974 100644 --- a/man/XtGetApplicationNameAndClass.man +++ b/man/XtGetApplicationNameAndClass.man @@ -71,9 +71,9 @@ Returns the application name. .IP \fIclass_return\fP 1i Returns the application class. .SH DESCRIPTION -.BR XtGetApplicationNameAndClass +.B XtGetApplicationNameAndClass returns the application name and class passed to -.BR XtDisplayInitialize +.B XtDisplayInitialize for the specified display. If the display was never initialized or has been closed, the result is undefined. The returned strings are owned by the Intrinsics and must not be modified or freed by the |