Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
91
cde/doc/C/guides/man/m3_tt/xco_join.sgm
Normal file
91
cde/doc/C/guides/man/m3_tt/xco_join.sgm
Normal file
@@ -0,0 +1,91 @@
|
||||
<!-- $XConsortium: xco_join.sgm /main/8 1996/08/30 12:52:29 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.MAN160.rsml.1">]]>
|
||||
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN160.rsml.1">]]>
|
||||
<RefMeta>
|
||||
<RefEntryTitle>tt_xcontext_join</RefEntryTitle>
|
||||
<ManVolNum>library call</ManVolNum>
|
||||
</RefMeta>
|
||||
<RefNameDiv>
|
||||
<RefName><Function>tt_xcontext_join</Function></RefName>
|
||||
<RefPurpose>add an XDR-interpreted byte-array to the list of values
|
||||
</RefPurpose>
|
||||
</RefNameDiv>
|
||||
<RefSynopsisDiv>
|
||||
<FuncSynopsis Remap="ANSI">
|
||||
<FuncSynopsisInfo>#include <Tt/tt_c.h>
|
||||
</FuncSynopsisInfo>
|
||||
<FuncDef>Tt_status <Function>tt_xcontext_join</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_join</Function> function
|
||||
adds the given XDR-interpreted byte-array value to the list of values for the
|
||||
named 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>. 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_join</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