core: improve cleanup logic
This commit is contained in:
parent
9f20a15955
commit
5eeec8860e
8 changed files with 95 additions and 23 deletions
|
|
@ -15,6 +15,7 @@ struct SCallstackFrameInfo {
|
|||
|
||||
std::string absolutePath(const std::string&, const std::string&);
|
||||
void addWLSignal(wl_signal*, wl_listener*, void* pOwner, const std::string& ownerString);
|
||||
void removeWLSignal(wl_listener*);
|
||||
std::string escapeJSONStrings(const std::string& str);
|
||||
std::string removeBeginEndSpacesTabs(std::string);
|
||||
bool isNumber(const std::string&, bool allowfloat = false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue