home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / modules / libpref / src / xpOS2.def < prev    next >
Encoding:
Text File  |  1998-04-08  |  2.3 KB  |  98 lines

  1. ; -*- Mode: Fundamental; tab-width: 4; indent-tabs-mode: nil -*-
  2. ;
  3. ; The contents of this file are subject to the Netscape Public License
  4. ; Version 1.0 (the "NPL"); you may not use this file except in
  5. ; compliance with the NPL.  You may obtain a copy of the NPL at
  6. ; http://www.mozilla.org/NPL/
  7. ;
  8. ; Software distributed under the NPL is distributed on an "AS IS" basis,
  9. ; WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  10. ; for the specific language governing rights and limitations under the
  11. ; NPL.
  12. ;
  13. ; The Initial Developer of this code under the NPL is Netscape
  14. ; Communications Corporation.  Portions created by Netscape are
  15. ; Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  16. ; Reserved.
  17.  
  18.  
  19.  
  20. LIBRARY XPPREF32 INITINSTANCE TERMINSTANCE
  21. PROTMODE
  22.  
  23. DESCRIPTION 'Netscape 32-bit XP Preferences Library'
  24.  
  25. CODE    LOADONCALL MOVEABLE DISCARDABLE
  26. DATA    PRELOAD MOVEABLE SINGLE NONSHARED
  27.  
  28.  
  29. EXPORTS
  30.     PREF_ReadUserJSFile
  31.     PREF_Init
  32.     PREF_GetConfigContext
  33.     PREF_GetGlobalConfigObject
  34.     PREF_GetPrefConfigObject
  35.     PREF_Cleanup
  36.     PREF_ReadLockFile
  37.     PREF_EvaluateJSBuffer
  38.     PREF_QuietEvaluateJSBuffer
  39.     PREF_QuietEvaluateJSBufferWithGlobalScope
  40.     PREF_SetCharPref
  41.     PREF_SetIntPref
  42.     PREF_SetBoolPref
  43.     PREF_SetBinaryPref
  44.     PREF_SetColorPref
  45.     PREF_SetColorPrefDWord
  46.     PREF_SetRectPref
  47.     PREF_SetDefaultCharPref
  48.     PREF_SetDefaultIntPref
  49.     PREF_SetDefaultBoolPref
  50.     PREF_SetDefaultBinaryPref
  51.     PREF_SetDefaultColorPref
  52.     PREF_SetDefaultRectPref
  53.     PREF_SavePrefFile
  54.     PREF_SavePrefFileAs
  55.     PREF_GetCharPref
  56.     PREF_CopyCharPref
  57.     PREF_GetIntPref
  58.     PREF_GetBoolPref
  59.     PREF_GetColorPref
  60.     PREF_GetColorPrefDWord
  61.     PREF_GetRectPref
  62.     PREF_GetBinaryPref
  63.     PREF_CopyBinaryPref
  64.     PREF_CopyPathPref
  65.     PREF_SetPathPref
  66.     PREF_GetDefaultCharPref
  67.     PREF_CopyDefaultCharPref
  68.     PREF_GetDefaultIntPref
  69.     PREF_GetDefaultBoolPref
  70.     PREF_GetDefaultBinaryPref
  71.     PREF_GetDefaultColorPref
  72.     PREF_GetDefaultColorPrefDWord
  73.     PREF_GetDefaultRectPref
  74.     PREF_DeleteBranch
  75.     PREF_GetConfigString
  76.     PREF_CopyConfigString
  77.     PREF_CopyIndexConfigString
  78.     PREF_GetConfigInt
  79.     PREF_GetConfigBool
  80.     PREF_PrefIsLocked
  81.     PREF_AboutConfig
  82.     PREF_CreateChildList
  83.     PREF_NextChild
  84.     PREF_RegisterCallback
  85.     PREF_UnregisterCallback
  86.     PREF_IsAutoAdminEnabled
  87. ;new GA added routines DSR070297
  88.     PREF_EvaluateConfigScript
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.