9330 stack overflow when creating a deeply nested dataset
[unleashed.git] / usr / src / man / man3lib / libpicltree.3lib
blob0b99d8a8c23b214f9ad6a8b1ead12f46aefb50d0
1 '\" te
2 .\" Copyright (c) 2003, Sun Microsystems, Inc. All Rights Reserved.
3 .\" 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.
4 .\" 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.
5 .\" 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]
6 .TH LIBPICLTREE 3LIB "Dec 18, 2003"
7 .SH NAME
8 libpicltree \- PICL plug-in library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-lpicltree\fR [ \fIlibrary\fR... ]
13 #include <\fBpicltree.h\fR>
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 Functions in this library are used to by PICL plug-in modules to register with
20 the PICL daemon and to publish information in the PICL tree.
21 .SH INTERFACES
22 .sp
23 .LP
24 The shared object \fBlibpicltree.so.1\fR provides the public interfaces defined
25 below. See \fBIntro\fR(3) for additional information on shared object
26 interfaces.
27 .sp
29 .sp
30 .TS
31 l l
32 l l .
33 \fBpicld_plugin_register\fR     \fBptree_add_node\fR
34 \fBptree_add_prop\fR    \fBptree_add_row_to_table\fR
35 \fBptree_create_and_add_node\fR \fBptree_create_and_add_prop\fR
36 \fBptree_create_node\fR \fBptree_create_prop\fR
37 \fBptree_create_table\fR        \fBptree_delete_node\fR
38 \fBptree_delete_prop\fR \fBptree_destroy_node\fR
39 \fBptree_destroy_prop\fR        \fBptree_find_node\fR
40 \fBptree_get_first_prop\fR      \fBptree_get_frutree_parent\fR
41 \fBptree_get_next_by_col\fR     \fBptree_get_next_by_row\fR
42 \fBptree_get_next_prop\fR       \fBptree_get_node_by_path\fR
43 \fBptree_get_prop_by_name\fR    \fBptree_get_propinfo\fR
44 \fBptree_get_propval\fR \fBptree_get_propval_by_name\fR
45 \fBptree_get_root\fR    \fBptree_init_propinfo\fR
46 \fBptree_post_event\fR  \fBptree_register_handler\fR
47 \fBptree_unregister_handler\fR  \fBptree_update_propval\fR
48 \fBptree_update_propval_by_name\fR      \fBptree_walk_tree_by_class\fR
49 .TE
51 .SH FILES
52 .sp
53 .ne 2
54 .na
55 \fB\fB/usr/lib/libpicltree.so.1\fR \fR
56 .ad
57 .RS 30n
58 shared object
59 .RE
61 .SH ATTRIBUTES
62 .sp
63 .LP
64 See \fBattributes\fR(5) for descriptions of the following attributes:
65 .sp
67 .sp
68 .TS
69 box;
70 c | c
71 l | l .
72 ATTRIBUTE TYPE  ATTRIBUTE VALUE
74 Interface Stability     Evolving
76 MT-Level        MT-Safe
77 .TE
79 .SH SEE ALSO
80 .sp
81 .LP
82 \fBpvs\fR(1), \fBIntro\fR(3), \fBlibpicltree\fR(3PICLTREE), \fBattributes\fR(5)