mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
Documentation work
add pkg-config support for GLIB main loop git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@133 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
f693aa4c88
commit
ca2265f372
36 changed files with 326 additions and 151 deletions
|
|
@ -42,7 +42,7 @@ struct pa_sink {
|
|||
|
||||
struct pa_source *monitor_source;
|
||||
|
||||
uint32_t volume;
|
||||
pa_volume_t volume;
|
||||
|
||||
void (*notify)(struct pa_sink*sink);
|
||||
uint32_t (*get_latency)(struct pa_sink *s);
|
||||
|
|
@ -62,6 +62,6 @@ void pa_sink_notify(struct pa_sink*s);
|
|||
|
||||
void pa_sink_set_owner(struct pa_sink *sink, struct pa_module *m);
|
||||
|
||||
void pa_sink_set_volume(struct pa_sink *sink, uint32_t volume);
|
||||
void pa_sink_set_volume(struct pa_sink *sink, pa_volume_t volume);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue