background image
Functional specification
57
CDE/Motif PST
CDEnext
RETURN VALUE
NULL status if an error occured, non-NULL otherwise.
DESCRIPTION
XpSendOneTicket
is a convenience routine used to send one display-connection authorization ticket to
the PDM per the "PDM Selection Protocol". The ticket is decomposed as necessary, and
ClientMessages
are generated. See
XpGetAuthParams
for more details.
If
NULL
is returned by
XpSendOneTicket
, then an error occured.
ENVIRONMENT VARIABLES
ERRORS/WARNINGS
SEE ALSO
2.28
XpSetLocaleHinter & XpGetLocaleHinter
2.28.1
Short Description
Set and get the "locale hinter" function used by several Xp calls.
2.28.2
Long Description
NAME
XpSetLocaleHinter - set a "locale hinter" function and description of it
XpGetLocaleHinter - get a pointer to and description of the current "locale hinter" function
SYNOPSIS
#include <X11/extensions/Print.h>
XpSetLocaleHinter(
XPHinterProc
hinter_proc,
char
*hinter_desc
)
char *XpGetLocaleHinter(
XPHinterProc
*hinter_proc
)
ARGUMENTS
hinter_proc
A pointer to a "hinter proc".
hinter_desc
A pointer to contextual information about the locale hinter proc.