TOC PREV NEXT INDEX

OMupd_name_refs

Synopsis


int OMupd_name_refs(OMobj_id object_id);

Description

OMupd_name_refsshould be used after you have moved an object in the object hierarchy (with OMdel_subobj, OMinsert_subobj) or changed an object's name. You need only call this routine if the may have connections to it that need to be updated by this change.This routine updates the values of any name-link objects that are connected to this object so that they will use the new pathname in the future.

Arguments

object_id
The object whose name has been changed or has been moved in the object hierarchy.

Returned value

A pointer to the array, or NULL if ARRalloc failed.

Examples

none.

See Also

OMdel_subobj
OMinsert_subobj

TOC PREV NEXT INDEX