Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

pathmanager.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile: pathmanager.h,v $
00003                              -------------------
00004     cvs         : $Id: pathmanager.h,v 1.1 2005/08/17 19:52:39 aquamaniac Exp $
00005     begin       : Mon Mar 01 2004
00006     copyright   : (C) 2004 by Martin Preuss
00007     email       : martin@libchipcard.de
00008 
00009  ***************************************************************************
00010  *                                                                         *
00011  *   This library is free software; you can redistribute it and/or         *
00012  *   modify it under the terms of the GNU Lesser General Public            *
00013  *   License as published by the Free Software Foundation; either          *
00014  *   version 2.1 of the License, or (at your option) any later version.    *
00015  *                                                                         *
00016  *   This library is distributed in the hope that it will be useful,       *
00017  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
00018  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU     *
00019  *   Lesser General Public License for more details.                       *
00020  *                                                                         *
00021  *   You should have received a copy of the GNU Lesser General Public      *
00022  *   License along with this library; if not, write to the Free Software   *
00023  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston,                 *
00024  *   MA  02111-1307  USA                                                   *
00025  *                                                                         *
00026  ***************************************************************************/
00027 
00028 
00029 
00030 #ifndef GWENHYWFAR_PATHMANAGER_H
00031 #define GWENHYWFAR_PATHMANAGER_H
00032 
00033 #include <gwenhywfar/error.h>
00034 #include <gwenhywfar/stringlist.h>
00035 
00036 
00037 #ifdef __cplusplus
00038 extern "C" {
00039 #endif
00040 
00041 
00048 
00053 GWENHYWFAR_API
00054 int GWEN_PathManager_DefinePath(const char *destLib,
00055                                 const char *pathName);
00056 
00057 GWENHYWFAR_API
00058 int GWEN_PathManager_UndefinePath(const char *destLib,
00059                                   const char *pathName);
00060 
00061 
00062 GWENHYWFAR_API
00063 int GWEN_PathManager_AddPath(const char *callingLib,
00064                              const char *destLib,
00065                              const char *pathName,
00066                              const char *pathValue);
00067 
00068 GWENHYWFAR_API
00069 int GWEN_PathManager_AddPathFromWinReg(const char *callingLib,
00070                                        const char *destLib,
00071                                        const char *pathName,
00072                                        const char *keypath,
00073                                        const char *varname);
00074 
00075 GWENHYWFAR_API
00076 int GWEN_PathManager_InsertPath(const char *callingLib,
00077                     const char *destLib,
00078                     const char *pathName,
00079                     const char *pathValue);
00080 
00081 GWENHYWFAR_API
00082 int GWEN_PathManager_RemovePath(const char *callingLib,
00083                     const char *destLib,
00084                     const char *pathName,
00085                     const char *pathValue);
00086 
00087 GWENHYWFAR_API
00088 int GWEN_PathManager_RemovePaths(const char *callingLib);
00089 
00090 GWENHYWFAR_API
00091 int GWEN_PathManager_PathChanged(const char *destLib,
00092                                  const char *pathName);
00093 
00094 GWENHYWFAR_API
00095 GWEN_STRINGLIST *GWEN_PathManager_GetPaths(const char *destLib,
00096                                            const char *pathName);
00097 
00100 #ifdef __cplusplus
00101 }
00102 #endif
00103 
00104 
00105 #endif /* GWENHYWFAR_PATHMANAGER_H */

Generated on Wed Oct 5 15:12:37 2005 for gwenhywfar by  doxygen 1.4.4