BOOTSTRAP (kcms) functions


LIBRARY ROUTINE

kcms_set_attributes - set multiple attributes of kcms object

LIBRARY CALL

int
kcms_set_attributes(
   kobject  object,
   kvalist)

INPUT

OUTPUT

none

RETURN VALUE

TRUE (1) on success, FALSE (0) otherwise

DESCRIPTION

This function is used to set one or more attributes of a kcms object.

The following code will set the author's name and email address for a software object;

   kobject  object;

kcms_set_attributes(object, KCMS_AUTHOR, "Fred Bloggs", KCMS_AUTHOR_EMAIL, "fred@foobar.org", KCMS_END);

Note: the argument list must be terminated with the symbol KCMS_END.

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.