aboutsummaryrefslogtreecommitdiffstats
path: root/pulse.h
diff options
context:
space:
mode:
Diffstat (limited to 'pulse.h')
-rw-r--r--pulse.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/pulse.h b/pulse.h
index 3bfd4e6..f3db0d5 100644
--- a/pulse.h
+++ b/pulse.h
@@ -228,10 +228,11 @@ class PulseClient {
balance_range_ = { min, max };
}
- void EnableNotifications(Notifier* notifier);
+ void SetNotifier(std::unique_ptr<Notifier> notifier);
private:
- void mainloop_iterate(pa_operation* op);
+ void WaitOperationComplete(pa_operation* op);
+
template<class T> T* find_fuzzy(std::vector<T>& haystack, const std::string& needle);
void populate_server_info();