Main Page | Alphabetical List | Compound List | File List | Compound Members | File Members

configuration.h File Reference

#include <clist.h>
#include "cntree.h"
#include "folder.h"
#include "mailbox-types.h"
#include "processing.h"
#include "foldersview.h"

Include dependency graph for configuration.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

struct  XePConfiguration_s

Defines

#define XEP_CONFIGURATION_FILE_FORMAT_VERSION   "0.0.2"

Typedefs

typedef XePConfiguration_s XePConfiguration

Functions

XePConfigurationa_Configuration_create_from_tree (cntree *ntree)
cntreea_Configuration_create_tree (XePConfiguration *configuration)
void a_Configuration_free (XePConfiguration *configuration)
int a_Configuration_link_folders (XePConfiguration *configuration, XePFoldersList *folderslist)


Define Documentation

#define XEP_CONFIGURATION_FILE_FORMAT_VERSION   "0.0.2"
 


Typedef Documentation

typedef struct XePConfiguration_s XePConfiguration
 


Function Documentation

XePConfiguration* a_Configuration_create_from_tree cntree ntree  ) 
 

Create a configuration structure from an XML tree.

Parameters:
ntree a cntree created when reading an XML configuration file.
Returns:
an allocated configuration structure, or NULL on failure.

Here is the call graph for this function:

cntree* a_Configuration_create_tree XePConfiguration configuration  ) 
 

Create an XML tree from a configuration structure .

Parameters:
configuration the XePConfiguration structure to convert
Returns:
on success, an allocated cntree suitable to be written in an XML configuration file; or NULL on failure.

Here is the call graph for this function:

void a_Configuration_free XePConfiguration configuration  ) 
 

Release resources used by a configuration structure.

Parameters:
configuration the configuration strucuture to be deleted.

Here is the call graph for this function:

int a_Configuration_link_folders XePConfiguration configuration,
XePFoldersList folderslist
 

Link the folder ids in the mailboxes and in the identities to the corresponding folder


Generated on Wed Oct 22 15:51:10 2003 for XetPan by doxygen 1.3.2