
Go to the source code of this file.
Defines | |
| #define | LIVCLC_INHIBIT_H 1 |
Functions | |
| vlc_inhibit_t * | vlc_inhibit_Create (vlc_object_t *, int_fast32_t) |
| void | vlc_inhibit_Destroy (vlc_inhibit_t *) |
| static void | vlc_inhibit_Set (vlc_inhibit_t *ih, bool suspend) |
| #define LIVCLC_INHIBIT_H 1 |
| vlc_inhibit_t* vlc_inhibit_Create | ( | vlc_object_t * | , | |
| int_fast32_t | ||||
| ) |
References inhibit_t::ih, vlc_inhibit::inhibit, inhibit_t::module, module_need, vlc_inhibit::p_sys, vlc_custom_create, vlc_object_release, and vlc_inhibit::window_id.
Referenced by vout_window_New().
| void vlc_inhibit_Destroy | ( | vlc_inhibit_t * | ) |
References module_unneed, and vlc_object_release.
Referenced by vout_window_Delete().
| static void vlc_inhibit_Set | ( | vlc_inhibit_t * | ih, | |
| bool | suspend | |||
| ) | [inline, static] |
References vlc_inhibit::inhibit.
Referenced by vout_window_Delete(), and vout_window_New().
1.7.1