]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.hh
new code for bindings/callbacks. much sexier. now passes python classes back to the...
[chaz/openbox] / src / openbox.hh
index b5956e46e86e0b3846114a3518f9ea9dd51b6cf9..1a537dcd7dfc1c387a9f18bb8d815e192bf4c97f 100644 (file)
@@ -6,10 +6,6 @@
   @brief The main class for the Openbox window manager
 */
 
-/*
-  cuz girls look soooo goood.. on the end of my DICK
-*/
-
 extern "C" {
 #include <X11/Xlib.h>
 }
@@ -185,7 +181,10 @@ public:
   //! Returns the otk::OBProperty instance for the window manager
   inline const otk::OBProperty *property() const { return _property; }
 
-  //! Returns the OBBinding instance for the window manager
+  //! Returns the OBActions instance for the window manager
+  inline OBActions *actions() const { return _actions; }
+
+  //! Returns the OBBindings instance for the window manager
   inline OBBindings *bindings() const { return _bindings; }
 
   //! Returns a managed screen
@@ -241,8 +240,6 @@ public:
     manager can be destroyed.
   */
   inline void shutdown() { _doshutdown = true; }
-
-  bool getConfigString(const char *name, std::string *value);
 };
 
 }
This page took 0.021239 seconds and 4 git commands to generate.