kcms_add_keyword - add word to an object's keyword list
LIBRARY CALL
int
kcms_add_keyword(
kobject object,
kstring keyword)
INPUT
object - A toolbox or software object.
keyword - The word to be added to the object's keyword list.
OUTPUT
none
RETURN VALUE
TRUE (1) if the keyword was successfully added,
FALSE (0) otherwise.
DESCRIPTION
This function is used to add a word to the keyword list
associated with a toolbox or software object.
This is a convenience function for manipulating the
KCMS_TB_KEYWORDS and
KCMS_CMOBJ_KEYWORDS attributes.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/kcms/src/utilities.c
SEE ALSO
kcms(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.