1
Fork 0

doc: Fix module names

This commit is contained in:
Lucas Schwiderski 2022-05-15 23:12:13 +02:00
parent d303480640
commit 12dd08f13a
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8
4 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
* In many cases, sinks and sources may be addressed by either their name or their numeric index.
* Both can be queried using the `get_(sink|source)_info` or `get_(sink|source)s` calls.
*
* @module pulseaudio.context
* @module lua_libpulse_glib.context
*/
#pragma once

View file

@ -10,7 +10,7 @@
*
* Additional operations are exposed as methods, as documented below.
*
* @module pulseaudio.proplist
* @module lua_libpulse_glib.proplist
*/
#pragma once

View file

@ -1,6 +1,6 @@
/** Bindings for PulseAudio's libpulse, using the GLib Main Loop.
*
* @module pulseaudio
* @module lua_libpulse_glib
*/
#pragma once

View file

@ -3,7 +3,7 @@
* Contrary to libpulse, methods that change the a @{Volume} object generally don't return anything, but
* instead change the instance itself.
*
* @module pulseaudio.volume
* @module lua_libpulse_glib.volume
*/
#ifndef volume_h_INCLUDED
#define volume_h_INCLUDED