debian man page for synce_get_directory

Query: synce_get_directory

OS: debian

Section: 3

Links: debian man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SYNCE_GET_DIRECTORY(3)					       http://www.synce.org/					    SYNCE_GET_DIRECTORY(3)

NAME
synce_get_directory - get synce configuration directory
SYNOPSIS
#include <synce.h> bool synce_get_directory(char ** path); bool synce_get_subdirectory(const char * name, char ** path); bool synce_get_script_directory(char ** path);
DESCRIPTION
The synce_get_directory() function provides a string describing the location of the synce configuration directory. If the environment vari- able SYNCE_CONF_DIR is set, it's value is returned. The default location is ~/.synce. The synce_get_subdirectory() function provides a string describing the location of the subdirectory name in the synce configuration direc- tory. name cannot contain '/'. The synce_get_script_directory() function provides a string describing the location of the script subdirectory in the synce configuration directory.
RETURN VALUE
Returns true if successful. Fails and returns false if path is an invalid pointer, SYNCE_CONF_DIR is not set and user cannot be determined, or the directory does not exist.
SEE ALSO
synce(7) The SynCE Project 2007-08-26 SYNCE_GET_DIRECTORY(3)
Related Man Pages
synce-install-cab(1) - debian
synce_info_new(3) - debian
synce_set_connection_filename(3) - debian
wstr_equal(3) - debian
wstr_from_utf8(3) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Introduction
Detecting unused variables...
Weird 'find' results