Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
107
cde/doc/C/guides/man/m3_tt_spec/bpro_add.sgm
Normal file
107
cde/doc/C/guides/man/m3_tt_spec/bpro_add.sgm
Normal file
@@ -0,0 +1,107 @@
|
||||
<!-- $XConsortium: bpro_add.sgm /main/5 1996/08/30 15:19: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.MAN236.rsml.1">]]>
|
||||
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN236.rsml.1">]]>
|
||||
<RefMeta>
|
||||
<RefEntryTitle>tt_spec_bprop_add</RefEntryTitle>
|
||||
<ManVolNum>library call</ManVolNum>
|
||||
</RefMeta>
|
||||
<RefNameDiv>
|
||||
<RefName><Function>tt_spec_bprop_add</Function></RefName>
|
||||
<RefPurpose>add a new byte-string to the end of the list of values
|
||||
</RefPurpose>
|
||||
</RefNameDiv>
|
||||
<!-- $XConsortium: bpro_add.sgm /main/5 1996/08/30 15:19:38 rws $-->
|
||||
<!-- CDE Common Source Format, Version 1.0.0-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
|
||||
<RefSynopsisDiv>
|
||||
<FuncSynopsis Remap="ANSI">
|
||||
<FuncSynopsisInfo>#include <Tt/tt_c.h>
|
||||
</FuncSynopsisInfo>
|
||||
<FuncDef>Tt_status <Function>tt_spec_bprop_add</Function></FuncDef>
|
||||
<ParamDef>const char *<Parameter>objid</Parameter></ParamDef>
|
||||
<ParamDef>const char *<Parameter>propname</Parameter></ParamDef>
|
||||
<ParamDef>const unsigned char *<Parameter>value</Parameter></ParamDef>
|
||||
<ParamDef>int <Parameter>length</Parameter></ParamDef>
|
||||
</FuncSynopsis>
|
||||
</RefSynopsisDiv>
|
||||
<RefSect1>
|
||||
<Title>DESCRIPTION</Title>
|
||||
<Para>The
|
||||
<Function>tt_spec_bprop_add</Function> function
|
||||
adds a new byte-string to the end of the list of values associated with the
|
||||
specified spec property.
|
||||
</Para>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> argument is the identifier of the object involved in this operation.
|
||||
The
|
||||
<Emphasis>propname</Emphasis> argument is the name of the property to which the byte-string is to be added.
|
||||
The
|
||||
<Symbol Role="Variable">value</Symbol> argument is the byte-string to be added to the property value list.
|
||||
The
|
||||
<Symbol Role="Variable">length</Symbol> argument is the length in bytes of the byte-string.
|
||||
</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>RETURN VALUE</Title>
|
||||
<Para>Upon successful completion, the
|
||||
<Function>tt_spec_bprop_add</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_OBJID</Term>
|
||||
<ListItem>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> passed to the ToolTalk service does not reference an existing object spec.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_PROPLEN</Term>
|
||||
<ListItem>
|
||||
<Para>The specified property value is too long.
|
||||
(The maximum size is implementation specific, but is at least 64.)
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_PROPNAME</Term>
|
||||
<ListItem>
|
||||
<Para>The specified property name is syntactically invalid.
|
||||
</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-->
|
||||
109
cde/doc/C/guides/man/m3_tt_spec/bpro_set.sgm
Normal file
109
cde/doc/C/guides/man/m3_tt_spec/bpro_set.sgm
Normal file
@@ -0,0 +1,109 @@
|
||||
<!-- $XConsortium: bpro_set.sgm /main/5 1996/08/30 15:20:10 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.MAN237.rsml.1">]]>
|
||||
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN237.rsml.1">]]>
|
||||
<RefMeta>
|
||||
<RefEntryTitle>tt_spec_bprop_set</RefEntryTitle>
|
||||
<ManVolNum>library call</ManVolNum>
|
||||
</RefMeta>
|
||||
<RefNameDiv>
|
||||
<RefName><Function>tt_spec_bprop_set</Function></RefName>
|
||||
<RefPurpose>replace any current values stored under this spec property with a new byte-string
|
||||
</RefPurpose>
|
||||
</RefNameDiv>
|
||||
<!-- $XConsortium: bpro_set.sgm /main/5 1996/08/30 15:20:10 rws $-->
|
||||
<!-- CDE Common Source Format, Version 1.0.0-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
|
||||
<RefSynopsisDiv>
|
||||
<FuncSynopsis Remap="ANSI">
|
||||
<FuncSynopsisInfo>#include <Tt/tt_c.h>
|
||||
</FuncSynopsisInfo>
|
||||
<FuncDef>Tt_status <Function>tt_spec_bprop_set</Function></FuncDef>
|
||||
<ParamDef>const char *<Parameter>objid</Parameter></ParamDef>
|
||||
<ParamDef>const char *<Parameter>propname</Parameter></ParamDef>
|
||||
<ParamDef>const unsigned char *<Parameter>value</Parameter></ParamDef>
|
||||
<ParamDef>int <Parameter>length</Parameter></ParamDef>
|
||||
</FuncSynopsis>
|
||||
</RefSynopsisDiv>
|
||||
<RefSect1>
|
||||
<Title>DESCRIPTION</Title>
|
||||
<Para>The
|
||||
<Function>tt_spec_bprop_set</Function> function
|
||||
replaces any current values stored under this spec property with a new
|
||||
byte-string.
|
||||
</Para>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> argument is the identifier of the object involved in this operation.
|
||||
The
|
||||
<Emphasis>propname</Emphasis> argument is the name of the property which stores the values.
|
||||
The
|
||||
<Symbol Role="Variable">value</Symbol> argument is the byte-string to be added to the property value list.
|
||||
If the value is
|
||||
<SystemItem Class="Constant">NULL</SystemItem>, the property is removed entirely.
|
||||
The
|
||||
<Symbol Role="Variable">length</Symbol> argument is the length of the value in bytes.
|
||||
</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>RETURN VALUE</Title>
|
||||
<Para>Upon successful completion, the
|
||||
<Function>tt_spec_bprop_set</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_OBJID</Term>
|
||||
<ListItem>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> passed to the ToolTalk service does not reference an existing object spec.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_PROPLEN</Term>
|
||||
<ListItem>
|
||||
<Para>The specified property value is too long.
|
||||
(The maximum size is implementation specific, but is at least 64.)
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_PROPNAME</Term>
|
||||
<ListItem>
|
||||
<Para>The specified property name is syntactically invalid.
|
||||
</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-->
|
||||
119
cde/doc/C/guides/man/m3_tt_spec/bprop.sgm
Normal file
119
cde/doc/C/guides/man/m3_tt_spec/bprop.sgm
Normal file
@@ -0,0 +1,119 @@
|
||||
<!-- $XConsortium: bprop.sgm /main/5 1996/08/30 15:20:40 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.MAN235.rsml.1">]]>
|
||||
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN235.rsml.1">]]>
|
||||
<RefMeta>
|
||||
<RefEntryTitle>tt_spec_bprop</RefEntryTitle>
|
||||
<ManVolNum>library call</ManVolNum>
|
||||
</RefMeta>
|
||||
<RefNameDiv>
|
||||
<RefName><Function>tt_spec_bprop</Function></RefName>
|
||||
<RefPurpose>retrieve the ith value of a property
|
||||
</RefPurpose>
|
||||
</RefNameDiv>
|
||||
<!-- $XConsortium: bprop.sgm /main/5 1996/08/30 15:20:40 rws $-->
|
||||
<!-- CDE Common Source Format, Version 1.0.0-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
|
||||
<RefSynopsisDiv>
|
||||
<FuncSynopsis Remap="ANSI">
|
||||
<FuncSynopsisInfo>#include <Tt/tt_c.h>
|
||||
</FuncSynopsisInfo>
|
||||
<FuncDef>Tt_status <Function>tt_spec_bprop</Function></FuncDef>
|
||||
<ParamDef>const char *<Parameter>objid</Parameter></ParamDef>
|
||||
<ParamDef>const char *<Parameter>propname</Parameter></ParamDef>
|
||||
<ParamDef>int <Parameter>i</Parameter></ParamDef>
|
||||
<ParamDef>unsigned char **<Parameter>value</Parameter></ParamDef>
|
||||
<ParamDef>int *<Parameter>length</Parameter></ParamDef>
|
||||
</FuncSynopsis>
|
||||
</RefSynopsisDiv>
|
||||
<RefSect1>
|
||||
<Title>DESCRIPTION</Title>
|
||||
<Para>The
|
||||
<Function>tt_spec_bprop</Function> function
|
||||
retrieves the
|
||||
<Symbol Role="Variable">i</Symbol>th value of the specified property.
|
||||
</Para>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> argument is the identifier of the object involved in this operation.
|
||||
The
|
||||
<Emphasis>propname</Emphasis> argument is the name of the property whose value is to be retrieved.
|
||||
The name must be
|
||||
less than 64 characters.
|
||||
The
|
||||
<Symbol Role="Variable">i</Symbol> argument is the item of the list for which a value is to be obtained.
|
||||
The list numbering
|
||||
begins with zero.
|
||||
The
|
||||
<Symbol Role="Variable">value</Symbol> argument is the
|
||||
address of a character pointer to which the ToolTalk service is to point a
|
||||
string that contains the contents of the spec's property.
|
||||
If there are
|
||||
<Symbol Role="Variable">i</Symbol> values
|
||||
or fewer, the pointer is set to zero.
|
||||
The
|
||||
<Symbol Role="Variable">length</Symbol> argument is the address of an integer to which the
|
||||
ToolTalk service is to set the length of the value in bytes.
|
||||
</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>RETURN VALUE</Title>
|
||||
<Para>Upon successful completion, the
|
||||
<Function>tt_spec_bprop</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_NUM</Term>
|
||||
<ListItem>
|
||||
<Para>The integer value passed was invalid (out of range).
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_OBJID</Term>
|
||||
<ListItem>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> passed to the ToolTalk service does not reference an existing object spec.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_PROPNAME</Term>
|
||||
<ListItem>
|
||||
<Para>The specified property name is syntactically invalid.
|
||||
</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-->
|
||||
120
cde/doc/C/guides/man/m3_tt_spec/create.sgm
Normal file
120
cde/doc/C/guides/man/m3_tt_spec/create.sgm
Normal file
@@ -0,0 +1,120 @@
|
||||
<!-- $XConsortium: create.sgm /main/5 1996/08/30 15:21:06 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.MAN238.rsml.1">]]>
|
||||
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN238.rsml.1">]]>
|
||||
<RefMeta>
|
||||
<RefEntryTitle>tt_spec_create</RefEntryTitle>
|
||||
<ManVolNum>library call</ManVolNum>
|
||||
</RefMeta>
|
||||
<RefNameDiv>
|
||||
<RefName><Function>tt_spec_create</Function></RefName>
|
||||
<RefPurpose>create an in-memory spec for an object
|
||||
</RefPurpose>
|
||||
</RefNameDiv>
|
||||
<!-- $XConsortium: create.sgm /main/5 1996/08/30 15:21:06 rws $-->
|
||||
<!-- CDE Common Source Format, Version 1.0.0-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
|
||||
<RefSynopsisDiv>
|
||||
<FuncSynopsis Remap="ANSI">
|
||||
<FuncSynopsisInfo>#include <Tt/tt_c.h>
|
||||
</FuncSynopsisInfo>
|
||||
<FuncDef>char <Function>*tt_spec_create</Function></FuncDef>
|
||||
<ParamDef>const char *<Parameter>filepath</Parameter></ParamDef>
|
||||
</FuncSynopsis>
|
||||
</RefSynopsisDiv>
|
||||
<RefSect1>
|
||||
<Title>DESCRIPTION</Title>
|
||||
<Para>The
|
||||
<Function>tt_spec_create</Function> function
|
||||
creates a spec (in memory) for an object.
|
||||
</Para>
|
||||
<Para>The application can use the
|
||||
objid
|
||||
returned in future calls to manipulate the object.
|
||||
</Para>
|
||||
<Para>The
|
||||
<Emphasis>filepath</Emphasis> argument is the name of the file.
|
||||
</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>RETURN VALUE</Title>
|
||||
<Para>Upon successful completion, the
|
||||
<Function>tt_spec_create</Function> function returns the identifier for this object.
|
||||
The application can use
|
||||
&cdeman.tt.ptr.error; to extract one of the following
|
||||
<StructName Role="typedef">Tt_status</StructName> values from the returned pointer:
|
||||
</Para>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term>TT_OK</Term>
|
||||
<ListItem>
|
||||
<Para>The operation completed successfully.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_DBAVAIL</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
ToolTalk database needed for this operation.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_DBEXIST</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
specified ToolTalk database in the expected place.
|
||||
</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_OTYPE</Term>
|
||||
<ListItem>
|
||||
<Para>The specified object type is not the name of an installed object type.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_PATH</Term>
|
||||
<ListItem>
|
||||
<Para>The specified pathname included an unsearchable directory.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>APPLICATION USAGE</Title>
|
||||
<Para>The application should use
|
||||
&cdeman.tt.free; to free any data stored in the address returned by the
|
||||
ToolTalk API.
|
||||
</Para>
|
||||
<Para>To make the object a permanent ToolTalk item or one visible to other
|
||||
processes, the creating process must call
|
||||
&cdeman.tt.spec.write;.</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>SEE ALSO</Title>
|
||||
<Para>&cdeman.Tt.tt.c.h;, &cdeman.tt.spec.type.set;, &cdeman.tt.spec.write;, &cdeman.tt.ptr.error;, &cdeman.tt.free;.</Para>
|
||||
</RefSect1>
|
||||
</RefEntry>
|
||||
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->
|
||||
98
cde/doc/C/guides/man/m3_tt_spec/destroy.sgm
Normal file
98
cde/doc/C/guides/man/m3_tt_spec/destroy.sgm
Normal file
@@ -0,0 +1,98 @@
|
||||
<!-- $XConsortium: destroy.sgm /main/5 1996/08/30 15:21:31 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.MAN239.rsml.1">]]>
|
||||
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN239.rsml.1">]]>
|
||||
<RefMeta>
|
||||
<RefEntryTitle>tt_spec_destroy</RefEntryTitle>
|
||||
<ManVolNum>library call</ManVolNum>
|
||||
</RefMeta>
|
||||
<RefNameDiv>
|
||||
<RefName><Function>tt_spec_destroy</Function></RefName>
|
||||
<RefPurpose>destroy an object's spec
|
||||
</RefPurpose>
|
||||
</RefNameDiv>
|
||||
<!-- $XConsortium: destroy.sgm /main/5 1996/08/30 15:21:31 rws $-->
|
||||
<!-- CDE Common Source Format, Version 1.0.0-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
|
||||
<RefSynopsisDiv>
|
||||
<FuncSynopsis Remap="ANSI">
|
||||
<FuncSynopsisInfo>#include <Tt/tt_c.h>
|
||||
</FuncSynopsisInfo>
|
||||
<FuncDef>Tt_status <Function>tt_spec_destroy</Function></FuncDef>
|
||||
<ParamDef>const char *<Parameter>objid</Parameter></ParamDef>
|
||||
</FuncSynopsis>
|
||||
</RefSynopsisDiv>
|
||||
<RefSect1>
|
||||
<Title>DESCRIPTION</Title>
|
||||
<Para>The
|
||||
<Function>tt_spec_destroy</Function> function
|
||||
destroys an object's spec immediately.
|
||||
</Para>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> argument is the identifier of the object involved in this operation.
|
||||
</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>RETURN VALUE</Title>
|
||||
<Para>Upon successful completion, the
|
||||
<Function>tt_spec_destroy</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_DBAVAIL</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
ToolTalk database needed for this operation.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_DBEXIST</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
specified ToolTalk database in the expected place.
|
||||
</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_OBJID</Term>
|
||||
<ListItem>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> passed to the ToolTalk service does not reference an existing object spec.
|
||||
</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-->
|
||||
107
cde/doc/C/guides/man/m3_tt_spec/file.sgm
Normal file
107
cde/doc/C/guides/man/m3_tt_spec/file.sgm
Normal file
@@ -0,0 +1,107 @@
|
||||
<!-- $XConsortium: file.sgm /main/5 1996/08/30 15:21:55 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.MAN240.rsml.1">]]>
|
||||
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN240.rsml.1">]]>
|
||||
<RefMeta>
|
||||
<RefEntryTitle>tt_spec_file</RefEntryTitle>
|
||||
<ManVolNum>library call</ManVolNum>
|
||||
</RefMeta>
|
||||
<RefNameDiv>
|
||||
<RefName><Function>tt_spec_file</Function></RefName>
|
||||
<RefPurpose>retrieve the name of the file that contains the object described by the spec
|
||||
</RefPurpose>
|
||||
</RefNameDiv>
|
||||
<!-- $XConsortium: file.sgm /main/5 1996/08/30 15:21:55 rws $-->
|
||||
<!-- CDE Common Source Format, Version 1.0.0-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
|
||||
<RefSynopsisDiv>
|
||||
<FuncSynopsis Remap="ANSI">
|
||||
<FuncSynopsisInfo>#include <Tt/tt_c.h>
|
||||
</FuncSynopsisInfo>
|
||||
<FuncDef>char <Function>*tt_spec_file</Function></FuncDef>
|
||||
<ParamDef>const char *<Parameter>objid</Parameter></ParamDef>
|
||||
</FuncSynopsis>
|
||||
</RefSynopsisDiv>
|
||||
<RefSect1>
|
||||
<Title>DESCRIPTION</Title>
|
||||
<Para>The
|
||||
<Function>tt_spec_file</Function> function
|
||||
retrieves the name of the file that contains the object described by the spec.
|
||||
</Para>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> argument is the identifier of the object involved in this operation.
|
||||
</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>RETURN VALUE</Title>
|
||||
<Para>Upon successful completion, the
|
||||
<Function>tt_spec_file</Function> function returns the absolute pathname of the file.
|
||||
The application can use
|
||||
&cdeman.tt.ptr.error; to extract one of the following
|
||||
<StructName Role="typedef">Tt_status</StructName> values from the returned pointer:
|
||||
</Para>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term>TT_OK</Term>
|
||||
<ListItem>
|
||||
<Para>The operation completed successfully.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_DBAVAIL</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
ToolTalk database needed for this operation.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_DBEXIST</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
specified ToolTalk database in the expected place.
|
||||
</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_OBJID</Term>
|
||||
<ListItem>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> passed to the ToolTalk service does not reference an existing object spec.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>APPLICATION USAGE</Title>
|
||||
<Para>The application should use
|
||||
&cdeman.tt.free; to free any data stored in the address returned by the
|
||||
ToolTalk API.
|
||||
</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>SEE ALSO</Title>
|
||||
<Para>&cdeman.Tt.tt.c.h;, &cdeman.tt.ptr.error;, &cdeman.tt.free;.</Para>
|
||||
</RefSect1>
|
||||
</RefEntry>
|
||||
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->
|
||||
143
cde/doc/C/guides/man/m3_tt_spec/move.sgm
Normal file
143
cde/doc/C/guides/man/m3_tt_spec/move.sgm
Normal file
@@ -0,0 +1,143 @@
|
||||
<!-- $XConsortium: move.sgm /main/5 1996/08/30 15:22:25 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.MAN241.rsml.1">]]>
|
||||
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN241.rsml.1">]]>
|
||||
<RefMeta>
|
||||
<RefEntryTitle>tt_spec_move</RefEntryTitle>
|
||||
<ManVolNum>library call</ManVolNum>
|
||||
</RefMeta>
|
||||
<RefNameDiv>
|
||||
<RefName><Function>tt_spec_move</Function></RefName>
|
||||
<RefPurpose>notify the ToolTalk service that an object has moved to a different file
|
||||
</RefPurpose>
|
||||
</RefNameDiv>
|
||||
<!-- $XConsortium: move.sgm /main/5 1996/08/30 15:22:25 rws $-->
|
||||
<!-- CDE Common Source Format, Version 1.0.0-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
|
||||
<RefSynopsisDiv>
|
||||
<FuncSynopsis Remap="ANSI">
|
||||
<FuncSynopsisInfo>#include <Tt/tt_c.h>
|
||||
</FuncSynopsisInfo>
|
||||
<FuncDef>char <Function>*tt_spec_move</Function></FuncDef>
|
||||
<ParamDef>const char *<Parameter>objid</Parameter></ParamDef>
|
||||
<ParamDef>const char *<Parameter>newfilepath</Parameter></ParamDef>
|
||||
</FuncSynopsis>
|
||||
</RefSynopsisDiv>
|
||||
<RefSect1>
|
||||
<Title>DESCRIPTION</Title>
|
||||
<Para>The
|
||||
<Function>tt_spec_move</Function> function
|
||||
notifies the ToolTalk service that this object has moved to a different file.
|
||||
</Para>
|
||||
<Para>The ToolTalk service returns a new
|
||||
objid
|
||||
for the object and leaves a forwarding
|
||||
pointer from the old
|
||||
objid
|
||||
to the new one.
|
||||
</Para>
|
||||
<Para>If a new
|
||||
objid
|
||||
is not required (for example, because the new and old
|
||||
files are in the same file system),
|
||||
<Function>tt_spec_move</Function> returns
|
||||
<SystemItem Class="Constant">TT_WRN_SAME_OBJID</SystemItem>.</Para>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> argument is the identifier of the object involved in this operation.
|
||||
</Para>
|
||||
<Para>The
|
||||
<Emphasis>newfilepath</Emphasis> argument is the new file name.
|
||||
</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>RETURN VALUE</Title>
|
||||
<Para>Upon successful completion, the
|
||||
<Function>tt_spec_move</Function> function returns the new unique identifier of the object involved in this operation.
|
||||
The application can use
|
||||
&cdeman.tt.ptr.error; to extract one of the following
|
||||
<StructName Role="typedef">Tt_status</StructName> values from the returned pointer:
|
||||
</Para>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term>TT_OK</Term>
|
||||
<ListItem>
|
||||
<Para>The operation completed successfully.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_DBAVAIL</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
ToolTalk database needed for this operation.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_DBEXIST</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
specified ToolTalk database in the expected place.
|
||||
</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_OBJID</Term>
|
||||
<ListItem>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> passed to the ToolTalk service does not reference an existing object spec.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_PATH</Term>
|
||||
<ListItem>
|
||||
<Para>The specified pathname included an unsearchable directory.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_WRN_SAME_OBJID</Term>
|
||||
<ListItem>
|
||||
<Para>A new
|
||||
<Emphasis>objid</Emphasis> is not required.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>APPLICATION USAGE</Title>
|
||||
<Para>The application should use
|
||||
&cdeman.tt.free; to free any data stored in the address returned by the
|
||||
ToolTalk API.
|
||||
</Para>
|
||||
<Para>For efficiency and reliability,
|
||||
the application should replace any references in the application to the old
|
||||
<Emphasis>objid</Emphasis> with references to the new one.
|
||||
</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>SEE ALSO</Title>
|
||||
<Para>&cdeman.Tt.tt.c.h;, &cdeman.tt.ptr.error;, &cdeman.tt.free;.</Para>
|
||||
</RefSect1>
|
||||
</RefEntry>
|
||||
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->
|
||||
134
cde/doc/C/guides/man/m3_tt_spec/prop.sgm
Normal file
134
cde/doc/C/guides/man/m3_tt_spec/prop.sgm
Normal file
@@ -0,0 +1,134 @@
|
||||
<!-- $XConsortium: prop.sgm /main/5 1996/08/30 15:22:40 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.MAN242.rsml.1">]]>
|
||||
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN242.rsml.1">]]>
|
||||
<RefMeta>
|
||||
<RefEntryTitle>tt_spec_prop</RefEntryTitle>
|
||||
<ManVolNum>library call</ManVolNum>
|
||||
</RefMeta>
|
||||
<RefNameDiv>
|
||||
<RefName><Function>tt_spec_prop</Function></RefName>
|
||||
<RefPurpose>retrieve the ith value of the property associated with an object spec
|
||||
</RefPurpose>
|
||||
</RefNameDiv>
|
||||
<!-- $XConsortium: prop.sgm /main/5 1996/08/30 15:22:40 rws $-->
|
||||
<!-- CDE Common Source Format, Version 1.0.0-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
|
||||
<RefSynopsisDiv>
|
||||
<FuncSynopsis Remap="ANSI">
|
||||
<FuncSynopsisInfo>#include <Tt/tt_c.h>
|
||||
</FuncSynopsisInfo>
|
||||
<FuncDef>char <Function>*tt_spec_prop</Function></FuncDef>
|
||||
<ParamDef>const char *<Parameter>objid</Parameter></ParamDef>
|
||||
<ParamDef>const char *<Parameter>propname</Parameter></ParamDef>
|
||||
<ParamDef>int <Parameter>i</Parameter></ParamDef>
|
||||
</FuncSynopsis>
|
||||
</RefSynopsisDiv>
|
||||
<RefSect1>
|
||||
<Title>DESCRIPTION</Title>
|
||||
<Para>The
|
||||
<Function>tt_spec_prop</Function> function
|
||||
retrieves the
|
||||
<Symbol Role="Variable">i</Symbol>th value of the property associated with this object spec.
|
||||
</Para>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> argument is the identifier of the object involved in this operation.
|
||||
The
|
||||
<Emphasis>propname</Emphasis> argument is the name of the property associated with the object spec.
|
||||
The
|
||||
<Symbol Role="Variable">i</Symbol> argument is the item of the list whose value is to be retrieved.
|
||||
The list numbering begins with zero.
|
||||
</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>RETURN VALUE</Title>
|
||||
<Para>Upon successful completion, the
|
||||
<Function>tt_spec_prop</Function> function returns the contents of the property value.
|
||||
If there are
|
||||
<Symbol Role="Variable">i</Symbol> values or less,
|
||||
<Function>tt_spec_prop</Function> returns
|
||||
<SystemItem Class="Constant">NULL</SystemItem>. The application can use
|
||||
&cdeman.tt.ptr.error; to extract one of the following
|
||||
<StructName Role="typedef">Tt_status</StructName> values from the returned pointer:
|
||||
</Para>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term>TT_OK</Term>
|
||||
<ListItem>
|
||||
<Para>The operation completed successfully.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_DBAVAIL</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
ToolTalk database needed for this operation.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_DBEXIST</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
specified ToolTalk database in the expected place.
|
||||
</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_NUM</Term>
|
||||
<ListItem>
|
||||
<Para>The integer value passed was invalid (out of range).
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_OBJID</Term>
|
||||
<ListItem>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> passed to the ToolTalk service does not reference an existing object spec.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_PROPNAME</Term>
|
||||
<ListItem>
|
||||
<Para>The specified property name is syntactically invalid.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>APPLICATION USAGE</Title>
|
||||
<Para>The application should use
|
||||
&cdeman.tt.free; to free any data stored in the address returned by the
|
||||
ToolTalk API.
|
||||
</Para>
|
||||
<Para>If the returned value has embedded nulls, its length cannot be determined.
|
||||
</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>SEE ALSO</Title>
|
||||
<Para>&cdeman.Tt.tt.c.h;, &cdeman.tt.ptr.error;, &cdeman.tt.free;.</Para>
|
||||
</RefSect1>
|
||||
</RefEntry>
|
||||
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->
|
||||
120
cde/doc/C/guides/man/m3_tt_spec/prop_add.sgm
Normal file
120
cde/doc/C/guides/man/m3_tt_spec/prop_add.sgm
Normal file
@@ -0,0 +1,120 @@
|
||||
<!-- $XConsortium: prop_add.sgm /main/5 1996/08/30 15:23:20 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.MAN243.rsml.1">]]>
|
||||
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN243.rsml.1">]]>
|
||||
<RefMeta>
|
||||
<RefEntryTitle>tt_spec_prop_add</RefEntryTitle>
|
||||
<ManVolNum>library call</ManVolNum>
|
||||
</RefMeta>
|
||||
<RefNameDiv>
|
||||
<RefName><Function>tt_spec_prop_add</Function></RefName>
|
||||
<RefPurpose>add a new item to the end of the list of values
|
||||
</RefPurpose>
|
||||
</RefNameDiv>
|
||||
<!-- $XConsortium: prop_add.sgm /main/5 1996/08/30 15:23:20 rws $-->
|
||||
<!-- CDE Common Source Format, Version 1.0.0-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
|
||||
<RefSynopsisDiv>
|
||||
<FuncSynopsis Remap="ANSI">
|
||||
<FuncSynopsisInfo>#include <Tt/tt_c.h>
|
||||
</FuncSynopsisInfo>
|
||||
<FuncDef>Tt_status <Function>tt_spec_prop_add</Function></FuncDef>
|
||||
<ParamDef>const char *<Parameter>objid</Parameter></ParamDef>
|
||||
<ParamDef>const char *<Parameter>propname</Parameter></ParamDef>
|
||||
<ParamDef>const char *<Parameter>value</Parameter></ParamDef>
|
||||
</FuncSynopsis>
|
||||
</RefSynopsisDiv>
|
||||
<RefSect1>
|
||||
<Title>DESCRIPTION</Title>
|
||||
<Para>The
|
||||
<Function>tt_spec_prop_add</Function> function
|
||||
adds a new item to the end of the list of values associated with this spec
|
||||
property.
|
||||
</Para>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> argument is the identifier of the object involved in this operation.
|
||||
The
|
||||
<Emphasis>propname</Emphasis> argument is the property to which the item is to be added.
|
||||
The
|
||||
<Symbol Role="Variable">value</Symbol> argument is the new character-string to be added to the property value list.
|
||||
</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>RETURN VALUE</Title>
|
||||
<Para>Upon successful completion, the
|
||||
<Function>tt_spec_prop_add</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_DBAVAIL</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
ToolTalk database needed for this operation.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_DBEXIST</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
specified ToolTalk database in the expected place.
|
||||
</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_OBJID</Term>
|
||||
<ListItem>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> passed to the ToolTalk service does not reference an existing object spec.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_PROPLEN</Term>
|
||||
<ListItem>
|
||||
<Para>The specified property value is too long.
|
||||
(The maximum size is implementation specific, but is at least 2048.)
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_PROPNAME</Term>
|
||||
<ListItem>
|
||||
<Para>The specified property name is syntactically invalid.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>SEE ALSO</Title>
|
||||
<Para>&cdeman.Tt.tt.c.h;, &cdeman.tt.spec.prop.set;.</Para>
|
||||
</RefSect1>
|
||||
</RefEntry>
|
||||
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->
|
||||
109
cde/doc/C/guides/man/m3_tt_spec/prop_cnt.sgm
Normal file
109
cde/doc/C/guides/man/m3_tt_spec/prop_cnt.sgm
Normal file
@@ -0,0 +1,109 @@
|
||||
<!-- $XConsortium: prop_cnt.sgm /main/5 1996/08/30 15:23:44 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.MAN244.rsml.1">]]>
|
||||
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN244.rsml.1">]]>
|
||||
<RefMeta>
|
||||
<RefEntryTitle>tt_spec_prop_count</RefEntryTitle>
|
||||
<ManVolNum>library call</ManVolNum>
|
||||
</RefMeta>
|
||||
<RefNameDiv>
|
||||
<RefName><Function>tt_spec_prop_count</Function></RefName>
|
||||
<RefPurpose>return the number of values listed in this spec property
|
||||
</RefPurpose>
|
||||
</RefNameDiv>
|
||||
<!-- $XConsortium: prop_cnt.sgm /main/5 1996/08/30 15:23:44 rws $-->
|
||||
<!-- CDE Common Source Format, Version 1.0.0-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
|
||||
<RefSynopsisDiv>
|
||||
<FuncSynopsis Remap="ANSI">
|
||||
<FuncSynopsisInfo>#include <Tt/tt_c.h>
|
||||
</FuncSynopsisInfo>
|
||||
<FuncDef>int <Function>tt_spec_prop_count</Function></FuncDef>
|
||||
<ParamDef>const char *<Parameter>objid</Parameter></ParamDef>
|
||||
<ParamDef>const char *<Parameter>propname</Parameter></ParamDef>
|
||||
</FuncSynopsis>
|
||||
</RefSynopsisDiv>
|
||||
<RefSect1>
|
||||
<Title>DESCRIPTION</Title>
|
||||
<Para>The
|
||||
<Function>tt_spec_prop_count</Function> function returns the number of values listed in this spec property.
|
||||
</Para>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> argument is the identifier of the object involved in this operation.
|
||||
The
|
||||
<Emphasis>propname</Emphasis> argument is the name of the property that contains the value to be returned.
|
||||
</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>RETURN VALUE</Title>
|
||||
<Para>Upon successful completion, the
|
||||
<Function>tt_spec_prop_count</Function> function returns the number of values listed in the spec property.
|
||||
The application can use
|
||||
&cdeman.tt.int.error; to extract one of the following
|
||||
<StructName Role="typedef">Tt_status</StructName> values from the returned integer:
|
||||
</Para>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term>TT_OK</Term>
|
||||
<ListItem>
|
||||
<Para>The operation completed successfully.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_DBAVAIL</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
ToolTalk database needed for this operation.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_DBEXIST</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
specified ToolTalk database in the expected place.
|
||||
</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_OBJID</Term>
|
||||
<ListItem>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> passed to the ToolTalk service does not reference an existing object spec.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_PROPNAME</Term>
|
||||
<ListItem>
|
||||
<Para>The specified property name is syntactically invalid.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>SEE ALSO</Title>
|
||||
<Para>&cdeman.Tt.tt.c.h;, &cdeman.tt.int.error;.</Para>
|
||||
</RefSect1>
|
||||
</RefEntry>
|
||||
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->
|
||||
123
cde/doc/C/guides/man/m3_tt_spec/prop_set.sgm
Normal file
123
cde/doc/C/guides/man/m3_tt_spec/prop_set.sgm
Normal file
@@ -0,0 +1,123 @@
|
||||
<!-- $XConsortium: prop_set.sgm /main/5 1996/08/30 15:24:08 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.MAN245.rsml.1">]]>
|
||||
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN245.rsml.1">]]>
|
||||
<RefMeta>
|
||||
<RefEntryTitle>tt_spec_prop_set</RefEntryTitle>
|
||||
<ManVolNum>library call</ManVolNum>
|
||||
</RefMeta>
|
||||
<RefNameDiv>
|
||||
<RefName><Function>tt_spec_prop_set</Function></RefName>
|
||||
<RefPurpose>replace property values
|
||||
</RefPurpose>
|
||||
</RefNameDiv>
|
||||
<!-- $XConsortium: prop_set.sgm /main/5 1996/08/30 15:24:08 rws $-->
|
||||
<!-- CDE Common Source Format, Version 1.0.0-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
|
||||
<RefSynopsisDiv>
|
||||
<FuncSynopsis Remap="ANSI">
|
||||
<FuncSynopsisInfo>#include <Tt/tt_c.h>
|
||||
</FuncSynopsisInfo>
|
||||
<FuncDef>Tt_status <Function>tt_spec_prop_set</Function></FuncDef>
|
||||
<ParamDef>const char *<Parameter>objid</Parameter></ParamDef>
|
||||
<ParamDef>const char *<Parameter>propname</Parameter></ParamDef>
|
||||
<ParamDef>const char *<Parameter>value</Parameter></ParamDef>
|
||||
</FuncSynopsis>
|
||||
</RefSynopsisDiv>
|
||||
<RefSect1>
|
||||
<Title>DESCRIPTION</Title>
|
||||
<Para>The
|
||||
<Function>tt_spec_prop_set</Function> function
|
||||
replaces any values currently stored under this property of the object spec
|
||||
with a new value.
|
||||
</Para>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> argument is the identifier of the object involved in this operation.
|
||||
The
|
||||
<Emphasis>propname</Emphasis> argument is the name of the property which stores the values.
|
||||
The
|
||||
<Symbol Role="Variable">value</Symbol> argument is the value to be placed in the property value list.
|
||||
If value is
|
||||
<SystemItem Class="Constant">NULL</SystemItem>, the
|
||||
property is removed entirely.
|
||||
</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>RETURN VALUE</Title>
|
||||
<Para>Upon successful completion, the
|
||||
<Function>tt_spec_prop_set</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_DBAVAIL</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
ToolTalk database needed for this operation.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_DBEXIST</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
specified ToolTalk database in the expected place.
|
||||
</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_OBJID</Term>
|
||||
<ListItem>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> passed to the ToolTalk service does not reference an existing object spec.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_PROPLEN</Term>
|
||||
<ListItem>
|
||||
<Para>The specified property value is too long.
|
||||
(The maximum size is implementation specific, but is at least 2048.)
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_PROPNAME</Term>
|
||||
<ListItem>
|
||||
<Para>The specified property name is syntactically invalid.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>SEE ALSO</Title>
|
||||
<Para>&cdeman.Tt.tt.c.h;, &cdeman.tt.spec.prop.add;.</Para>
|
||||
</RefSect1>
|
||||
</RefEntry>
|
||||
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->
|
||||
100
cde/doc/C/guides/man/m3_tt_spec/propna_c.sgm
Normal file
100
cde/doc/C/guides/man/m3_tt_spec/propna_c.sgm
Normal file
@@ -0,0 +1,100 @@
|
||||
<!-- $XConsortium: propna_c.sgm /main/5 1996/08/30 15:24:31 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.MAN247.rsml.1">]]>
|
||||
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN247.rsml.1">]]>
|
||||
<RefMeta>
|
||||
<RefEntryTitle>tt_spec_propnames_count</RefEntryTitle>
|
||||
<ManVolNum>library call</ManVolNum>
|
||||
</RefMeta>
|
||||
<RefNameDiv>
|
||||
<RefName><Function>tt_spec_propnames_count</Function></RefName>
|
||||
<RefPurpose>return the number of property names for an object
|
||||
</RefPurpose>
|
||||
</RefNameDiv>
|
||||
<!-- $XConsortium: propna_c.sgm /main/5 1996/08/30 15:24:31 rws $-->
|
||||
<!-- CDE Common Source Format, Version 1.0.0-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
|
||||
<RefSynopsisDiv>
|
||||
<FuncSynopsis Remap="ANSI">
|
||||
<FuncSynopsisInfo>#include <Tt/tt_c.h>
|
||||
</FuncSynopsisInfo>
|
||||
<FuncDef>int <Function>tt_spec_propnames_count</Function></FuncDef>
|
||||
<ParamDef>const char *<Parameter>objid</Parameter></ParamDef>
|
||||
</FuncSynopsis>
|
||||
</RefSynopsisDiv>
|
||||
<RefSect1>
|
||||
<Title>DESCRIPTION</Title>
|
||||
<Para>The
|
||||
<Function>tt_spec_propnames_count</Function> function
|
||||
returns the number of property names for this object.
|
||||
</Para>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> argument is the identifier of the object involved in this operation.
|
||||
</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>RETURN VALUE</Title>
|
||||
<Para>Upon successful completion, the
|
||||
<Function>tt_spec_propnames_count</Function> function returns the number of values listed in the spec property.
|
||||
The application can use
|
||||
&cdeman.tt.int.error; to extract one of the following
|
||||
<StructName Role="typedef">Tt_status</StructName> values from the returned integer:
|
||||
</Para>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term>TT_OK</Term>
|
||||
<ListItem>
|
||||
<Para>The operation completed successfully.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_DBAVAIL</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
ToolTalk database needed for this operation.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_DBEXIST</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
specified ToolTalk database in the expected place.
|
||||
</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_OBJID</Term>
|
||||
<ListItem>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> passed to the ToolTalk service does not reference an existing object spec.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>SEE ALSO</Title>
|
||||
<Para>&cdeman.Tt.tt.c.h;, &cdeman.tt.int.error;.</Para>
|
||||
</RefSect1>
|
||||
</RefEntry>
|
||||
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->
|
||||
123
cde/doc/C/guides/man/m3_tt_spec/propname.sgm
Normal file
123
cde/doc/C/guides/man/m3_tt_spec/propname.sgm
Normal file
@@ -0,0 +1,123 @@
|
||||
<!-- $XConsortium: propname.sgm /main/5 1996/08/30 15:24:56 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.MAN246.rsml.1">]]>
|
||||
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN246.rsml.1">]]>
|
||||
<RefMeta>
|
||||
<RefEntryTitle>tt_spec_propname</RefEntryTitle>
|
||||
<ManVolNum>library call</ManVolNum>
|
||||
</RefMeta>
|
||||
<RefNameDiv>
|
||||
<RefName><Function>tt_spec_propname</Function></RefName>
|
||||
<RefPurpose>return an element of the property name list for an object spec
|
||||
</RefPurpose>
|
||||
</RefNameDiv>
|
||||
<!-- $XConsortium: propname.sgm /main/5 1996/08/30 15:24:56 rws $-->
|
||||
<!-- CDE Common Source Format, Version 1.0.0-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
|
||||
<RefSynopsisDiv>
|
||||
<FuncSynopsis Remap="ANSI">
|
||||
<FuncSynopsisInfo>#include <Tt/tt_c.h>
|
||||
</FuncSynopsisInfo>
|
||||
<FuncDef>char <Function>*tt_spec_propname</Function></FuncDef>
|
||||
<ParamDef>const char *<Parameter>objid</Parameter></ParamDef>
|
||||
<ParamDef>int <Parameter>n</Parameter></ParamDef>
|
||||
</FuncSynopsis>
|
||||
</RefSynopsisDiv>
|
||||
<RefSect1>
|
||||
<Title>DESCRIPTION</Title>
|
||||
<Para>The
|
||||
<Function>tt_spec_propname</Function> function
|
||||
returns the
|
||||
<Symbol Role="Variable">n</Symbol>th element of the property name list for this object spec.
|
||||
</Para>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> argument is the identifier of the object involved in this operation.
|
||||
The
|
||||
<Symbol Role="Variable">n</Symbol> argument is the item of the list whose element is to be returned.
|
||||
The list numbering
|
||||
begins with zero.
|
||||
</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>RETURN VALUE</Title>
|
||||
<Para>Upon successful completion, the
|
||||
<Function>tt_spec_propname</Function> function returns the property name.
|
||||
If there are
|
||||
<Symbol Role="Variable">n</Symbol> properties or less,
|
||||
<Function>tt_spec_propname</Function> returns
|
||||
<SystemItem Class="Constant">NULL</SystemItem>. The application can use
|
||||
&cdeman.tt.ptr.error; to extract one of the following
|
||||
<StructName Role="typedef">Tt_status</StructName> values from the returned pointer:
|
||||
</Para>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term>TT_OK</Term>
|
||||
<ListItem>
|
||||
<Para>The operation completed successfully.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_DBAVAIL</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
ToolTalk database needed for this operation.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_DBEXIST</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
specified ToolTalk database in the expected place.
|
||||
</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_NUM</Term>
|
||||
<ListItem>
|
||||
<Para>The integer value passed was invalid (out of range).
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_OBJID</Term>
|
||||
<ListItem>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> passed to the ToolTalk service does not reference an existing object spec.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>APPLICATION USAGE</Title>
|
||||
<Para>The application should use
|
||||
&cdeman.tt.free; to free any data stored in the address returned by the
|
||||
ToolTalk API.
|
||||
</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>SEE ALSO</Title>
|
||||
<Para>&cdeman.Tt.tt.c.h;, &cdeman.tt.ptr.error;, &cdeman.tt.free;.</Para>
|
||||
</RefSect1>
|
||||
</RefEntry>
|
||||
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->
|
||||
107
cde/doc/C/guides/man/m3_tt_spec/type.sgm
Normal file
107
cde/doc/C/guides/man/m3_tt_spec/type.sgm
Normal file
@@ -0,0 +1,107 @@
|
||||
<!-- $XConsortium: type.sgm /main/5 1996/08/30 15:25:17 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.MAN248.rsml.1">]]>
|
||||
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN248.rsml.1">]]>
|
||||
<RefMeta>
|
||||
<RefEntryTitle>tt_spec_type</RefEntryTitle>
|
||||
<ManVolNum>library call</ManVolNum>
|
||||
</RefMeta>
|
||||
<RefNameDiv>
|
||||
<RefName><Function>tt_spec_type</Function></RefName>
|
||||
<RefPurpose>return the name of the object type
|
||||
</RefPurpose>
|
||||
</RefNameDiv>
|
||||
<!-- $XConsortium: type.sgm /main/5 1996/08/30 15:25:17 rws $-->
|
||||
<!-- CDE Common Source Format, Version 1.0.0-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
|
||||
<RefSynopsisDiv>
|
||||
<FuncSynopsis Remap="ANSI">
|
||||
<FuncSynopsisInfo>#include <Tt/tt_c.h>
|
||||
</FuncSynopsisInfo>
|
||||
<FuncDef>char <Function>*tt_spec_type</Function></FuncDef>
|
||||
<ParamDef>const char *<Parameter>objid</Parameter></ParamDef>
|
||||
</FuncSynopsis>
|
||||
</RefSynopsisDiv>
|
||||
<RefSect1>
|
||||
<Title>DESCRIPTION</Title>
|
||||
<Para>The
|
||||
<Function>tt_spec_type</Function> function
|
||||
returns the name of the object type.
|
||||
</Para>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> argument is the identifier of the object involved in this operation.
|
||||
</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>RETURN VALUE</Title>
|
||||
<Para>Upon successful completion, the
|
||||
<Function>tt_spec_type</Function> function returns the type of this object.
|
||||
The application can use
|
||||
&cdeman.tt.ptr.error; to extract one of the following
|
||||
<StructName Role="typedef">Tt_status</StructName> values from the returned pointer:
|
||||
</Para>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term>TT_OK</Term>
|
||||
<ListItem>
|
||||
<Para>The operation completed successfully.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_DBAVAIL</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
ToolTalk database needed for this operation.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_DBEXIST</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
specified ToolTalk database in the expected place.
|
||||
</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_OBJID</Term>
|
||||
<ListItem>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> passed to the ToolTalk service does not reference an existing object spec.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>APPLICATION USAGE</Title>
|
||||
<Para>The application should use
|
||||
&cdeman.tt.free; to free any data stored in the address returned by the
|
||||
ToolTalk API.
|
||||
</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>SEE ALSO</Title>
|
||||
<Para>&cdeman.Tt.tt.c.h;, &cdeman.tt.ptr.error;, &cdeman.tt.free;.</Para>
|
||||
</RefSect1>
|
||||
</RefEntry>
|
||||
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->
|
||||
114
cde/doc/C/guides/man/m3_tt_spec/type_set.sgm
Normal file
114
cde/doc/C/guides/man/m3_tt_spec/type_set.sgm
Normal file
@@ -0,0 +1,114 @@
|
||||
<!-- $XConsortium: type_set.sgm /main/5 1996/08/30 15:25:41 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.MAN249.rsml.1">]]>
|
||||
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN249.rsml.1">]]>
|
||||
<RefMeta>
|
||||
<RefEntryTitle>tt_spec_type_set</RefEntryTitle>
|
||||
<ManVolNum>library call</ManVolNum>
|
||||
</RefMeta>
|
||||
<RefNameDiv>
|
||||
<RefName><Function>tt_spec_type_set</Function></RefName>
|
||||
<RefPurpose>assign an object type value to an object spec
|
||||
</RefPurpose>
|
||||
</RefNameDiv>
|
||||
<!-- $XConsortium: type_set.sgm /main/5 1996/08/30 15:25:41 rws $-->
|
||||
<!-- CDE Common Source Format, Version 1.0.0-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
|
||||
<RefSynopsisDiv>
|
||||
<FuncSynopsis Remap="ANSI">
|
||||
<FuncSynopsisInfo>#include <Tt/tt_c.h>
|
||||
</FuncSynopsisInfo>
|
||||
<FuncDef>Tt_status <Function>tt_spec_type_set</Function></FuncDef>
|
||||
<ParamDef>const char *<Parameter>objid</Parameter></ParamDef>
|
||||
<ParamDef>const char *<Parameter>otid</Parameter></ParamDef>
|
||||
</FuncSynopsis>
|
||||
</RefSynopsisDiv>
|
||||
<RefSect1>
|
||||
<Title>DESCRIPTION</Title>
|
||||
<Para>The
|
||||
<Function>tt_spec_type_set</Function> function
|
||||
assigns an object type value to the object spec.
|
||||
</Para>
|
||||
<Para>The type must be set before the spec is written for the
|
||||
first time and cannot be set thereafter.
|
||||
</Para>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> argument is the identifier of the object involved in this operation.
|
||||
The
|
||||
<Emphasis>otid</Emphasis> argument is the
|
||||
otype
|
||||
to be assigned to the spec.
|
||||
</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>RETURN VALUE</Title>
|
||||
<Para>Upon successful completion, the
|
||||
<Function>tt_spec_type_set</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_DBAVAIL</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
ToolTalk database needed for this operation.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_DBEXIST</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
specified ToolTalk database in the expected place.
|
||||
</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_OBJID</Term>
|
||||
<ListItem>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> passed to the ToolTalk service does not reference an existing object spec.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_READONLY</Term>
|
||||
<ListItem>
|
||||
<Para>The attribute the application is trying to change
|
||||
is not owned or writable by the current user.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>SEE ALSO</Title>
|
||||
<Para>&cdeman.Tt.tt.c.h;, &cdeman.tt.spec.create;, &cdeman.tt.spec.write;.</Para>
|
||||
</RefSect1>
|
||||
</RefEntry>
|
||||
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->
|
||||
116
cde/doc/C/guides/man/m3_tt_spec/write.sgm
Normal file
116
cde/doc/C/guides/man/m3_tt_spec/write.sgm
Normal file
@@ -0,0 +1,116 @@
|
||||
<!-- $XConsortium: write.sgm /main/5 1996/08/30 15:26:05 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.MAN250.rsml.1">]]>
|
||||
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN250.rsml.1">]]>
|
||||
<RefMeta>
|
||||
<RefEntryTitle>tt_spec_write</RefEntryTitle>
|
||||
<ManVolNum>library call</ManVolNum>
|
||||
</RefMeta>
|
||||
<RefNameDiv>
|
||||
<RefName><Function>tt_spec_write</Function></RefName>
|
||||
<RefPurpose>write the spec and any associated properties to the ToolTalk database
|
||||
</RefPurpose>
|
||||
</RefNameDiv>
|
||||
<!-- $XConsortium: write.sgm /main/5 1996/08/30 15:26:05 rws $-->
|
||||
<!-- CDE Common Source Format, Version 1.0.0-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
|
||||
<!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
|
||||
<RefSynopsisDiv>
|
||||
<FuncSynopsis Remap="ANSI">
|
||||
<FuncSynopsisInfo>#include <Tt/tt_c.h>
|
||||
</FuncSynopsisInfo>
|
||||
<FuncDef>Tt_status <Function>tt_spec_write</Function></FuncDef>
|
||||
<ParamDef>const char *<Parameter>objid</Parameter></ParamDef>
|
||||
</FuncSynopsis>
|
||||
</RefSynopsisDiv>
|
||||
<RefSect1>
|
||||
<Title>DESCRIPTION</Title>
|
||||
<Para>The
|
||||
<Function>tt_spec_write</Function> function
|
||||
writes the spec and any associated properties to the ToolTalk database.
|
||||
The type must be set before the spec is written for the first time.
|
||||
</Para>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> argument is the identifier of the object involved in this operation.
|
||||
</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>RETURN VALUE</Title>
|
||||
<Para>Upon successful completion, the
|
||||
<Function>tt_spec_write</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_DBAVAIL</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
ToolTalk database needed for this operation.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_DBEXIST</Term>
|
||||
<ListItem>
|
||||
<Para>The ToolTalk service could not access the
|
||||
specified ToolTalk database in the expected place.
|
||||
</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_OBJID</Term>
|
||||
<ListItem>
|
||||
<Para>The
|
||||
<Emphasis>objid</Emphasis> passed to the ToolTalk service does not reference an existing object spec.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>TT_ERR_OTYPE</Term>
|
||||
<ListItem>
|
||||
<Para>The specified object type is not the name of an installed object type.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>APPLICATION USAGE</Title>
|
||||
<Para>It is not necessary to perform a write operation after a destroy operation.
|
||||
</Para>
|
||||
<Para>Several changes can be batched between write calls; for example,
|
||||
the application can
|
||||
create an object spec, set some properties, and then write all the changes at
|
||||
once with one write call.
|
||||
</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>SEE ALSO</Title>
|
||||
<Para>&cdeman.Tt.tt.c.h;, &cdeman.tt.spec.create;, &cdeman.tt.spec.type.set;.</Para>
|
||||
</RefSect1>
|
||||
</RefEntry>
|
||||
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->
|
||||
Reference in New Issue
Block a user