]> Dogcows Code - chaz/openbox/blobdiff - util/epist/config.hh
workaround for swig problem
[chaz/openbox] / util / epist / config.hh
index 0cb2a1c048d22425c4f0484f5e5c534e1695ffbd..8749009dda7fe0908480d388bef2b412704c4615 100644 (file)
@@ -36,6 +36,7 @@ public:
   enum BoolType {
     NO_BOOL_TYPE,
     stackedCycling,
+    stackedCyclingRaise,
     NUM_BOOL_TYPES
   };
 
@@ -63,9 +64,9 @@ public:
   Config();
   ~Config();
 
-  bool getBoolValue(BoolType, bool &) const;
-  bool getStringValue(StringType, std::string &) const;
-  bool getNumberValue(NumberType, int &) const;
+  bool getValue(BoolType, bool &) const;
+  bool getValue(StringType, std::string &) const;
+  bool getValue(NumberType, int &) const;
 
   void addOption(const std::string &, const std::string &);
 };
This page took 0.022085 seconds and 4 git commands to generate.