mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
pod: add POD_None
This commit is contained in:
parent
c842b5adf2
commit
d1e331e268
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ extern "C" {
|
|||
#define SPA_POD_Array(csize,ctype,n_vals,vals) "a", csize,ctype,n_vals,vals
|
||||
#define SPA_POD_Pointer(type,val) "p", type,val
|
||||
#define SPA_POD_Fd(val) "h", val
|
||||
#define SPA_POD_None() "P", NULL
|
||||
#define SPA_POD_Pod(val) "P", val
|
||||
#define SPA_POD_PodObject(val) "O", val
|
||||
#define SPA_POD_PodStruct(val) "T", val
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue