Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libgpilotd(3) [opensolaris man page]

libgpilotd(3)							C Library Functions						     libgpilotd(3)

NAME
libgpilotd, libgpilotdcm, libgpilotdconduit - C interfaces for gnome-pilot daemon DESCRIPTION
libgpilotd, libgpilotdcm, libgpilotdconduit are three core gnome-pilot libraries. libgpilotd is for gnome-pilot daemon. libgpilotdcm is for gnome-pilot conduit management. libgpilotdconduit is for gnome-pilot conduits. The gnome-pilot daemon monitors for pilot connections on one or more devices. Gnome-pilot has default conduits for backing up files and installing files. It also includes an API for creating conduits Other packages exist that provide additional conduits. For example, the Evolution mail/calendar/memo PIM application suite. FILES
The following files are used by this library: /usr/lib/libgpilotd.so gpilotd shared library /usr/lib/libgpilotdcm.so gpilotd conduit management shared library /usr/lib/libgpilotdconduit.so gpilotd conduit shared library ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-pilot | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
gpilot-install-file(1), gpilotd(1), gpilotd-control-applet(1), pilot-xfer(1), libpisock(3), libpisync(3), attributes(5), gnome-inter- faces(5) NOTES
Written by Jerry Yu, Sun Microsystems Inc., 2008. SunOS 5.11 30 Jul 2008 libgpilotd(3)

Check Out this Related Man Page

gpilot-install-file(1)						   User Commands					    gpilot-install-file(1)

NAME
gpilot-install-file - GNOME Pilot file conduit scheduler SYNOPSIS
gpilot-install-file [--now | --later] files DESCRIPTION
gpilot-install-file schedules files to be installed on a Palm PDA by the GNOME Pilot file conduit. OPTIONS
The following options are supported: --now Schedule the files for installation, then wait for the user to synchronize immediately. --later Schedule the files for installation, then exit. The files are installed at the next synchronization. OPERANDS
The following operands are supported: files List of files to be installed. EXAMPLES
Example 1: Using the GNOME Pilot File Conduit Scheduler to Install a File Immediately example% gpilot-install-file --now file1 EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/gpilot-install-file Executable for the GNOME Pilot file conduit scheduler ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-pilot | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
Latest version of the GNOME Desktop User Guide for your platform. gpilotd-control-applet(1), gpilotd(1), libgpilotd(3), libgpilotd(3), libgpilotdcm(3), libgpilotdconduit(3), libpisock(3), libpisync(3), attributes(5) NOTES
Original man page written by Mark Brown (broonie@sirena.org.uk). Updated by Laszlo Kovacs, Sun Microsystems Inc., 2004. SunOS 5.11 7 Sep 2004 gpilot-install-file(1)
Man Page