blueZync

Synchronize Bluetooth phone with Thunderbird

Develpers' detailed documentation for the mozilla-sync plugin for OpenSync. A part of blueZync.

nsProfileDirServiceProvider.cpp File Reference


Detailed Description

An xpcom component which holds the name of the user preference directory.

#include <nsStringAPI.h>
#include <nsDirectoryServiceDefs.h>
#include <nsAppDirectoryServiceDefs.h>
#include "nsProfileDirServiceProvider.h"

Include dependency graph for nsProfileDirServiceProvider.cpp:


Defines

#define LOG(level, message...)

Functions

nsresult NS_NewProfileDirServiceProvider (PRBool aNotifyObservers, nsProfileDirServiceProvider **aProvider)

Variables

 nsProfileDirServiceProvider

Define Documentation

#define LOG ( level,
message...   ) 


Function Documentation

nsresult NS_NewProfileDirServiceProvider ( PRBool  aNotifyObservers,
nsProfileDirServiceProvider **  aProvider 
)

Global method to create an instance of nsProfileDirServiceProvider

Parameters:
aNotifyObservers Ignored.
aProvider The nsProfileDirServiceProvider is returned here

References nsProfileDirServiceProvider::Initialize(), LOG, and nsProfileDirServiceProvider::nsProfileDirServiceProvider().

Referenced by mozilla_startup().

Here is the call graph for this function:


Variable Documentation