int
kcms_set_attributes(
kobject object,
kvalist)
none
The following code will set the author's name and email
address for a software 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
kobject object;
KCMS_END
.
none
none
$BOOTSTRAP/objects/library/kcms/src/public.c