1libpicltree(3LIB) Interface Libraries libpicltree(3LIB)
2
3
4
6 libpicltree - PICL plug-in library
7
9 cc [ flag... ] file... -lpicltree [ library... ]
10 #include <picltree.h>
11
12
14 Functions in this library are used to by PICL plug-in modules to regis‐
15 ter with the PICL daemon and to publish information in the PICL tree.
16
18 The shared object libpicltree.so.1 provides the public interfaces
19 defined below. See Intro(3) for additional information on shared object
20 interfaces.
21
22
23
24
25 picld_plugin_register ptree_add_node
26 ptree_add_prop ptree_add_row_to_table
27 ptree_create_and_add_node ptree_create_and_add_prop
28 ptree_create_node ptree_create_prop
29 ptree_create_table ptree_delete_node
30 ptree_delete_prop ptree_destroy_node
31 ptree_destroy_prop ptree_find_node
32 ptree_get_first_prop ptree_get_frutree_parent
33 ptree_get_next_by_col ptree_get_next_by_row
34 ptree_get_next_prop ptree_get_node_by_path
35 ptree_get_prop_by_name ptree_get_propinfo
36 ptree_get_propval ptree_get_propval_by_name
37 ptree_get_root ptree_init_propinfo
38 ptree_post_event ptree_register_handler
39 ptree_unregister_handler ptree_update_propval
40 ptree_update_propval_by_name ptree_walk_tree_by_class
41
42
44 /usr/lib/libpicltree.so.1 shared object
45
46
48 See attributes(5) for descriptions of the following attributes:
49
50
51
52
53 ┌─────────────────────────────┬─────────────────────────────┐
54 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
55 ├─────────────────────────────┼─────────────────────────────┤
56 │Availability │SUNWpiclu │
57 ├─────────────────────────────┼─────────────────────────────┤
58 │Interface Stability │Evolving │
59 ├─────────────────────────────┼─────────────────────────────┤
60 │MT-Level │MT-Safe │
61 └─────────────────────────────┴─────────────────────────────┘
62
64 pvs(1), Intro(3), libpicltree(3PICLTREE), attributes(5)
65
66
67
68SunOS 5.11 18 Dec 2003 libpicltree(3LIB)