Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 2, 2006, 11:09:42 PM (20 years ago)
Author:
rennerc
Message:

reading and writing inifiles now works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/preferences/src/lib/parser/ini_parser/ini_parser.h

    r5952 r6388  
    6767
    6868    bool addVar(const char* entryName, const char* value, const char* sectionName = NULL);
     69    bool editVar(const char* entryName, const char* value, const char* sectionName = NULL);
    6970    const char* getVar(const char* entryName, const char* sectionName, const char* defaultValue = "") const;
    7071    void setEntryComment(const char* comment, const char* entryName, const char* sectionName);
Note: See TracChangeset for help on using the changeset viewer.