Interface Libraries libpicl(3LIB)
NAME
libpicl - PICL library
SYNOPSIS
cc [ flag... ] file... -lpicl [ library... ]
#include
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 inter-
faces defined below. See Intro(3) for additional information
on shared object interfaces.
piclfindnode piclgetfirstprop
piclgetfrutreeparent piclgetnextbycol
piclgetnextbyrow piclgetnextprop
piclgetnodebypath piclgetpropbyname
piclgetpropinfo piclgetpropinfobyname
piclgetpropval piclgetpropvalbyname
piclgetroot piclinitialize
piclsetpropval piclsetpropvalbyname
piclshutdown piclstrerror
piclwait piclwalktreebyclass
FILES
/usr/lib/libpicl.so.1 shared object
/usr/lib/64/libpicl.so.1 64-bit shared object
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 5 Feb 2004 1
Interface Libraries libpicl(3LIB)
ATRIBUTE TYPE ATRIBUTE 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.11 Last change: 5 Feb 2004 2
|