1
Fork 0

doc: Fix missing function parameter in example

This commit is contained in:
Lucas Schwiderski 2022-05-20 19:24:50 +02:00
parent 5634e205a2
commit 188c8a7666
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ local pulseaudio = require("lua_libpulse_glib")
local ppretty = require("pl.pretty")
local pa = pulseaudio.new()
local ctx = pa:context()
local ctx = pa:context("My Test App")
local loop = lgi.GLib.MainLoop.new()

View file

@ -20,7 +20,7 @@ indices will be off by one.
local ppretty = require("pl.pretty")
local pa = pulseaudio.new()
local ctx = pa:context()
local ctx = pa:context("My Test App")
local loop = lgi.GLib.MainLoop.new()