mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
document that I am a retard
This commit is contained in:
parent
8839d86672
commit
d5e895d5cb
1 changed files with 4 additions and 0 deletions
|
|
@ -37,6 +37,10 @@
|
||||||
|
|
||||||
typedef struct pa_tagstruct pa_tagstruct;
|
typedef struct pa_tagstruct pa_tagstruct;
|
||||||
|
|
||||||
|
/* Due to a stupid design flaw, proplists may only be at the END of a
|
||||||
|
* packet or not before a STRING! Don't forget that! We can't really
|
||||||
|
* fix this without breaking compat. */
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
PA_TAG_INVALID = 0,
|
PA_TAG_INVALID = 0,
|
||||||
PA_TAG_STRING = 't',
|
PA_TAG_STRING = 't',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue