int
kcms_set_attribute(
kobject object,
kvalist)
none
The following code will set the author email attribute
of a previously opened toolbox:
kcms_set_attribute(toolbox, KCMS_TB_AUTHOR_EMAIL, "joeblow@bogus.com");
kobject toolbox;
none
none
$BOOTSTRAP/objects/library/kcms/src/public.c