mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
add doxygen comment for PA_GCC_WEAKREF
This commit is contained in:
parent
d447a8dbbb
commit
023998e3c8
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@
|
|||
|
||||
#ifndef PA_GCC_WEAKREF
|
||||
#ifdef __GNUC__
|
||||
/** Macro for usgae of GCC's weakref attribute */
|
||||
#define PA_GCC_WEAKREF(x) __attribute__((weakref(#x)));
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue