mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Settings: semi-automatic callback cleanup
This commit is contained in:
parent
9f43018df2
commit
e3813cf027
11 changed files with 25 additions and 78 deletions
|
@ -238,8 +238,7 @@ public:
|
|||
|
||||
void registerChangedCallback(const std::string &name,
|
||||
SettingsChangedCallback cbf, void *userdata = NULL);
|
||||
void deregisterChangedCallback(const std::string &name,
|
||||
SettingsChangedCallback cbf, void *userdata = NULL);
|
||||
size_t deregisterAllChangedCallbacks(const void *userdata);
|
||||
|
||||
void removeSecureSettings();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue