BOOTSTRAP (kcms) functions
LIBRARY ROUTINE
kcms_sync - synchronize a kcms object (flush to database)
LIBRARY CALL
int
kcms_sync(
kobject object)
INPUT
- object - the object to be synchronized.
OUTPUT
none
RETURN VALUE
TRUE (1) on success, FALSE (0) otherwise
DESCRIPTION
This function synchronizes an object with any permanent
store maintained for the object. If you have changed
something in an object, and want the changes to be reflected
in the object database immediately, then you should use
this function.
Note that an object is always sync'ed on close if anything
in the object has changed.
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.