mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
vala: reindent
This commit is contained in:
parent
b705a9bb8d
commit
f8f8cdc78c
1 changed files with 1299 additions and 1299 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
/*-*- Mode: vala; c-basic-offset: 8 -*-*/
|
|
||||||
|
|
||||||
/***
|
/***
|
||||||
This file is part of PulseAudio.
|
This file is part of PulseAudio.
|
||||||
|
|
||||||
|
|
@ -1084,7 +1082,9 @@ namespace Pulse {
|
||||||
public Operation? get_sample_info_list(SampleInfoCb cb);
|
public Operation? get_sample_info_list(SampleInfoCb cb);
|
||||||
|
|
||||||
public Operation? remove_sample(string name, SuccessCb? cb = null);
|
public Operation? remove_sample(string name, SuccessCb? cb = null);
|
||||||
public Operation? play_sample(string name, string? device = null, Volume volume = Volume.INVALID
|
|
||||||
|
public Operation? play_sample(string name, string? device = null, Volume volume = Volume.INVALID, SuccessCb? cb = null);
|
||||||
|
public Operation? play_sample_with_proplist(string name, string? device = null, Volume volume = Volume.INVALID, Proplist? p = null, IndexCb? cb = null);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Compact]
|
[Compact]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue