doc: Fix module names
This commit is contained in:
parent
d303480640
commit
12dd08f13a
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
*
|
||||
* Additional operations are exposed as methods, as documented below.
|
||||
*
|
||||
* @module pulseaudio.proplist
|
||||
* @module lua_libpulse_glib.proplist
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/** Bindings for PulseAudio's libpulse, using the GLib Main Loop.
|
||||
*
|
||||
* @module pulseaudio
|
||||
* @module lua_libpulse_glib
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue