all repos — fluxbox @ e6a107e577f0c494680d6a389bd75d21b532e0cd

custom fork of the fluxbox windowmanager

added comments
fluxgen fluxgen
commit

e6a107e577f0c494680d6a389bd75d21b532e0cd

parent

6d2a92c059001c023a9d3f7e6bfc65ce0346e5ef

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M src/FbTk/Resource.hhsrc/FbTk/Resource.hh

@@ -110,7 +110,11 @@ void removeResource(Resource<T> &r) {

m_resourcelist.remove(&r); } + /// searches for the resource with the resourcename + /// @return pointer to resource base on success, else 0. Resource_base *findResource(const std::string &resourcename); + /// searches for the resource with the resourcename + /// @return pointer to resource base on success, else 0. const Resource_base *findResource(const std::string &resourcename) const; std::string resourceValue(const std::string &resourcename) const;