Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
92
cde/doc/C/guides/man/m3_tt/xco_quit.sgm
Normal file
92
cde/doc/C/guides/man/m3_tt/xco_quit.sgm
Normal file
@@ -0,0 +1,92 @@
|
||||
<!-- $XConsortium: xco_quit.sgm /main/7 1996/08/30 12:52:38 rws $ -->
|
||||
<!-- (c) Copyright 1995 Digital Equipment Corporation. -->
|
||||
<!-- (c) Copyright 1995 Hewlett-Packard Company. -->
|
||||
<!-- (c) Copyright 1995 International Business Machines Corp. -->
|
||||
<!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
|
||||
<!-- (c) Copyright 1995 Novell, Inc. -->
|
||||
<!-- (c) Copyright 1995 FUJITSU LIMITED. -->
|
||||
<!-- (c) Copyright 1995 Hitachi. -->
|
||||
<![ %CDE.C.CDE; [<RefEntry Id="CDEMX.XCDI.MAN253.rsml.1">]]>
|
||||
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN253.rsml.1">]]>
|
||||
<RefMeta>
|
||||
<RefEntryTitle>tt_xcontext_quit</RefEntryTitle>
|
||||
<ManVolNum>library call</ManVolNum>
|
||||
</RefMeta>
|
||||
<RefNameDiv>
|
||||
<RefName><Function>tt_xcontext_quit</Function></RefName>
|
||||
<RefPurpose>remove an XDR-interpreted byte-array value from the list of values
|
||||
</RefPurpose>
|
||||
</RefNameDiv>
|
||||
<RefSynopsisDiv>
|
||||
<FuncSynopsis Remap="ANSI">
|
||||
<FuncSynopsisInfo>#include <Tt/tt_c.h>
|
||||
</FuncSynopsisInfo>
|
||||
<FuncDef>Tt_status <Function>tt_xcontext_quit</Function></FuncDef>
|
||||
<ParamDef>const char *<Parameter>slotname</Parameter></ParamDef>
|
||||
<ParamDef>xdrproc_t <Parameter>xdr_proc</Parameter></ParamDef>
|
||||
<ParamDef>void *<Parameter>value</Parameter></ParamDef>
|
||||
</FuncSynopsis>
|
||||
</RefSynopsisDiv>
|
||||
<RefSect1>
|
||||
<Title>DESCRIPTION</Title>
|
||||
<Para>The
|
||||
<Function>tt_xcontext_quit</Function> function
|
||||
removes the given XDR-interpreted byte-array value from the list of values
|
||||
for the contexts of all patterns.
|
||||
</Para>
|
||||
<Para>The
|
||||
<Emphasis>slotname</Emphasis> argument describes the slotname in this message.
|
||||
The
|
||||
<Emphasis>xdr_proc</Emphasis> argument points to the XDR procedure
|
||||
to be used to serialize the data pointed to by
|
||||
<Symbol Role="Variable">value</Symbol>.</Para>
|
||||
<Para>The
|
||||
<Symbol Role="Variable">value</Symbol> argument is the data to be serialized.
|
||||
</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>RETURN VALUE</Title>
|
||||
<Para>Upon successful completion, the
|
||||
<Function>tt_xcontext_quit</Function> function returns the status of the operation as one of the following
|
||||
<StructName Role="typedef">Tt_status</StructName> values:
|
||||
</Para>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term>TT_OK</Term>
|
||||
<ListItem>
|
||||
<Para>The operation completed successfully.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_NOMP</Term>
|
||||
<ListItem>
|
||||
<Para>The
|
||||
&cdeman.ttsession; process is not running and the ToolTalk service cannot restart it.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_SLOTNAME</Term>
|
||||
<ListItem>
|
||||
<Para>The specified slotname is syntactically invalid.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_XDR</Term>
|
||||
<ListItem>
|
||||
<Para>The XDR procedure failed on the given data, or evaluated to a
|
||||
zero-length expression.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>SEE ALSO</Title>
|
||||
<Para>&cdeman.Tt.tt.c.h;
|
||||
</Para>
|
||||
</RefSect1>
|
||||
</RefEntry>
|
||||
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->
|
||||
Reference in New Issue
Block a user