kcms_set_indirect_attribute - set indirect attribute of a kcms object
LIBRARY CALL
int
kcms_set_indirect_attribute(
kobject object,
kvalist)
INPUT
object - The kcms object to set attributes of.
kvalist - A variable argument list, in the form:
ATTRIBUTE_NAME, INDIRECT_ATTRIBUTE_NAME, value
OUTPUT
none
RETURN VALUE
TRUE (1) on success, FALSE (0) otherwise
DESCRIPTION
This function is used to set an attribute of an object
which is itself an attribute of an object.
A common example is getting the KCMS_PARENT attribute
of an object, then setting an attribute of the parent.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/kcms/src/public.c
SEE ALSO
kcms(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.