BOOTSTRAP (kcms) functions


LIBRARY ROUTINE

kcms_set_attribute - set attribute of a kcms object

LIBRARY CALL

int 
kcms_set_attribute(
   kobject  object,
   kvalist)

INPUT

OUTPUT

none

RETURN VALUE

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

DESCRIPTION

This function is used to set a single attribute of a kcms object. The attributes supported by KCMS can be found in the public include files, and are also listed in the KCMS manual.

The following code will set the author email attribute of a previously opened toolbox:

   kobject  toolbox;

kcms_set_attribute(toolbox, KCMS_TB_AUTHOR_EMAIL, "joeblow@bogus.com");

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.