Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

synce_set_connection_filename(3) [debian man page]

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

NAME
synce_get_connection_filename - get synce connection filename SYNOPSIS
#include <synce.h> bool synce_get_connection_filename(char ** filename); bool synce_set_connection_filename(const char * filename); bool synce_set_default_connection_filename(); DESCRIPTION
These functions are used with the vdccm(1) and dccm(1) connection daemons only. They are of no use when using odccm(1). synce_get_connection_filename() provides a string describing the location of the synce device connection file, written by (v)dccm. The default file is ~/.synce/active_connection. synce_set_connection_filename() sets an alternative connection file name to use. synce_set_default_connection_filename() resets the connection filename to its default value. RETURN VALUE
Returns true if successful. synce_get_connection_filename() fails and returns false if filename is an invalid pointer, or for any of the reasons synce_get_directory() would fail. synce_set_connection_filename() returns false if filename contains '..' or is too long. SEE ALSO
synce(7) synce_get_directory(3) The SynCE Project 2007-08-26 SYNCE_GET_CONNECTION_FILENAME(3)

Check Out this Related Man Page

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

NAME
synce_get_connection_filename - get synce connection filename SYNOPSIS
#include <synce.h> bool synce_get_connection_filename(char ** filename); bool synce_set_connection_filename(const char * filename); bool synce_set_default_connection_filename(); DESCRIPTION
These functions are used with the vdccm(1) and dccm(1) connection daemons only. They are of no use when using odccm(1). synce_get_connection_filename() provides a string describing the location of the synce device connection file, written by (v)dccm. The default file is ~/.synce/active_connection. synce_set_connection_filename() sets an alternative connection file name to use. synce_set_default_connection_filename() resets the connection filename to its default value. RETURN VALUE
Returns true if successful. synce_get_connection_filename() fails and returns false if filename is an invalid pointer, or for any of the reasons synce_get_directory() would fail. synce_set_connection_filename() returns false if filename contains '..' or is too long. SEE ALSO
synce(7) synce_get_directory(3) The SynCE Project 2007-08-26 SYNCE_GET_CONNECTION_FILENAME(3)
Man Page