LIBPICLTREE(3LIB) Interface Libraries LIBPICLTREE(3LIB)

libpicltree - PICL plug-in library

cc [ flag... ] file... -lpicltree [ library... ]
#include <picltree.h>

Functions in this library are used to by PICL plug-in modules to register with the PICL daemon and to publish information in the PICL tree.

The shared object libpicltree.so.1 provides the public interfaces defined below. See Intro(3) for additional information on shared object interfaces.

picld_plugin_register ptree_add_node
ptree_add_prop ptree_add_row_to_table
ptree_create_and_add_node ptree_create_and_add_prop
ptree_create_node ptree_create_prop
ptree_create_table ptree_delete_node
ptree_delete_prop ptree_destroy_node
ptree_destroy_prop ptree_find_node
ptree_get_first_prop ptree_get_frutree_parent
ptree_get_next_by_col ptree_get_next_by_row
ptree_get_next_prop ptree_get_node_by_path
ptree_get_prop_by_name ptree_get_propinfo
ptree_get_propval ptree_get_propval_by_name
ptree_get_root ptree_init_propinfo
ptree_post_event ptree_register_handler
ptree_unregister_handler ptree_update_propval
ptree_update_propval_by_name ptree_walk_tree_by_class

/usr/lib/libpicltree.so.1

shared object

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE
Interface Stability Evolving
MT-Level MT-Safe

pvs(1), Intro(3), libpicltree(3PICLTREE), attributes(7)

December 18, 2003 OmniOS