pathmanager.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile$
00003                              -------------------
00004     cvs         : $Id: pathmanager.h 992 2006-02-27 20:49:08Z aquamaniac $
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 
00055 
00069 GWENHYWFAR_API
00070 int GWEN_PathManager_DefinePath(const char *destLib,
00071                                 const char *pathName);
00072 
00085 GWENHYWFAR_API
00086 int GWEN_PathManager_UndefinePath(const char *destLib,
00087                                   const char *pathName);
00088 
00089 
00107 GWENHYWFAR_API
00108 int GWEN_PathManager_AddPath(const char *callingLib,
00109                              const char *destLib,
00110                              const char *pathName,
00111                              const char *pathValue);
00112 
00137 GWENHYWFAR_API
00138 int GWEN_PathManager_AddPathFromWinReg(const char *callingLib,
00139                                        const char *destLib,
00140                                        const char *pathName,
00141                                        const char *keypath,
00142                                        const char *varname);
00143 
00162 GWENHYWFAR_API
00163 int GWEN_PathManager_InsertPath(const char *callingLib,
00164                                 const char *destLib,
00165                                 const char *pathName,
00166                                 const char *pathValue);
00167 
00185 GWENHYWFAR_API
00186 int GWEN_PathManager_RemovePath(const char *callingLib,
00187                                 const char *destLib,
00188                                 const char *pathName,
00189                                 const char *pathValue);
00190 
00199 GWENHYWFAR_API
00200 int GWEN_PathManager_RemovePaths(const char *callingLib);
00201 
00202 
00216 GWENHYWFAR_API
00217 int GWEN_PathManager_PathChanged(const char *destLib,
00218                                  const char *pathName);
00219 
00234 GWENHYWFAR_API
00235 GWEN_STRINGLIST *GWEN_PathManager_GetPaths(const char *destLib,
00236                                            const char *pathName);
00237 
00240 #ifdef __cplusplus
00241 }
00242 #endif
00243 
00244 
00245 #endif /* GWENHYWFAR_PATHMANAGER_H */

Generated on Thu Nov 9 22:06:49 2006 for gwenhywfar by  doxygen 1.5.1