te
Copyright (c) 2003, Sun Microsystems, Inc. All Rights Reserved.
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
libpicltree 3LIB "18 Dec 2003" "SunOS 5.11" "Interface Libraries"
NAME
libpicltree - PICL plug-in library
SYNOPSIS

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

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.

INTERFACES

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

picld_plugin_registerptree_add_node
ptree_add_propptree_add_row_to_table
ptree_create_and_add_nodeptree_create_and_add_prop
ptree_create_nodeptree_create_prop
ptree_create_tableptree_delete_node
ptree_delete_propptree_destroy_node
ptree_destroy_propptree_find_node
ptree_get_first_propptree_get_frutree_parent
ptree_get_next_by_colptree_get_next_by_row
ptree_get_next_propptree_get_node_by_path
ptree_get_prop_by_nameptree_get_propinfo
ptree_get_propvalptree_get_propval_by_name
ptree_get_rootptree_init_propinfo
ptree_post_eventptree_register_handler
ptree_unregister_handlerptree_update_propval
ptree_update_propval_by_nameptree_walk_tree_by_class
FILES

/usr/lib/libpicltree.so.1

shared object

ATTRIBUTES

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

ATTRIBUTE TYPEATTRIBUTE VALUE
Interface StabilityEvolving
MT-LevelMT-Safe
SEE ALSO

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