+
+ Context:subscribe(cb)
+
+
+
Registers a callback function as event handler.
+
+
This callback will be called whenever the server sends a suitable event.
+
+
Any number of callbacks may be registered at the same time, and can be unscubscribed with
+ Context:unsubscribe, using the returned subscription ID.
+
+
+
+
Returns:
+
+ -
+
+ The subscription ID.
+
+
+
+
+
+
+
+
+ Context:unsubscribe(handler)
+
+
+
Removes an event handler subscription.
+
+
Subscriptions may be removed either by their ID or by their callback function.
+
+
+
Context:set_default_sink(sink)
@@ -2111,7 +2320,7 @@
diff --git a/modules/lua_libpulse_glib.html b/modules/lua_libpulse_glib.html
index e14ede3..02926e4 100644
--- a/modules/lua_libpulse_glib.html
+++ b/modules/lua_libpulse_glib.html
@@ -154,7 +154,7 @@
diff --git a/modules/lua_libpulse_glib.proplist.html b/modules/lua_libpulse_glib.proplist.html
index 31e1762..346cab6 100644
--- a/modules/lua_libpulse_glib.proplist.html
+++ b/modules/lua_libpulse_glib.proplist.html
@@ -1029,7 +1029,7 @@
diff --git a/modules/lua_libpulse_glib.volume.html b/modules/lua_libpulse_glib.volume.html
index 2c002f1..34375bd 100644
--- a/modules/lua_libpulse_glib.volume.html
+++ b/modules/lua_libpulse_glib.volume.html
@@ -655,7 +655,7 @@