1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
vlc/modules/misc/inhibit
Rémi Denis-Courmont f7db1e80a3 Introduce VLC_NORETURN function attribute and use it
Note that this attribute implies that the function never returns in
any circumstances (it exits, it aborts or it gets cancelled).
Do not use this attribute for function that do not return at the end
but may return from other branches.
2011-08-17 18:21:32 +03:00
..
osso.c Gather all inhibit module in a directory (no code change) 2010-02-14 19:10:10 +02:00
xdg.c Introduce VLC_NORETURN function attribute and use it 2011-08-17 18:21:32 +03:00
xscreensaver.c Gather all inhibit module in a directory (no code change) 2010-02-14 19:10:10 +02:00