Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libpicltree(3lib) [linux man page]

libpicltree(3LIB)						Interface Libraries						 libpicltree(3LIB)

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_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 FILES
/usr/lib/libpicltree.so.1 shared object ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWpiclu | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
pvs(1), intro(3), libpicltree(3PICLTREE), attributes(5) SunOS 5.10 18 Dec 2003 libpicltree(3LIB)

Check Out this Related Man Page

libpicl(3LIB)							Interface Libraries						     libpicl(3LIB)

NAME
libpicl - PICL library SYNOPSIS
cc [ flag... ] file... -lpicl [ library... ] #include <picl.h> DESCRIPTION
Functions in this library are used to interface with the PICL daemon to access information from the PICL tree. INTERFACES
The shared object libpicl.so.1 provides the public interfaces defined below. See intro(3) for additional information on shared object interfaces. picl_find_node picl_get_first_prop picl_get_frutree_parent picl_get_next_by_col picl_get_next_by_row picl_get_next_prop picl_get_node_by_path picl_get_prop_by_name picl_get_propinfo picl_get_propinfo_by_name picl_get_propval picl_get_propval_by_name picl_get_root picl_initialize picl_set_propval picl_set_propval_by_name picl_shutdown picl_strerror picl_wait picl_walk_tree_by_class FILES
/usr/lib/libpicl.so.1 shared object /usr/lib/64/libpicl.so.1 64-bit shared object ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWpiclu (32-bit) | +-----------------------------+-----------------------------+ | |SUNWpiclx (64-bit) | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
pvs(1), intro(3), libpicl(3PICL), attributes(5) SunOS 5.10 5 Feb 2004 libpicl(3LIB)
Man Page