|
_Noreturn int | vlm_Control (vlm_t *vlm, int query,...) |
|
_Noreturn void | vlm_Delete (vlm_t *vlm) |
|
_Noreturn int | vlm_ExecuteCommand (vlm_t *vlm, const char *cmd, vlm_message_t **pm) |
|
_Noreturn vlm_message_t * | vlm_MessageAdd (vlm_message_t *a, vlm_message_t *b) |
|
_Noreturn void | vlm_MessageDelete (vlm_message_t *m) |
|
vlm_message_t * | vlm_MessageSimpleNew (const char *a) |
|
vlm_message_t * | vlm_MessageNew (const char *a, const char *fmt,...) |
|
vlm_t * | vlm_New (libvlc_int_t *obj, const char *file) |
|
update_t *() | update_New (vlc_object_t *obj) |
| Create a new update VLC struct.
|
|
_Noreturn void | update_Delete (update_t *u) |
| Delete an update_t struct.
|
|
_Noreturn void | update_Check (update_t *u, void(*cb)(void *, bool), void *opaque) |
| Check for updates.
|
|
_Noreturn bool | update_NeedUpgrade (update_t *u) |
|
_Noreturn void | update_Download (update_t *u, const char *dir) |
| Download the file given in the update_t.
|
|
_Noreturn update_release_t * | update_GetRelease (update_t *u) |
|
_Noreturn void | vlc_control_cancel (vlc_cleanup_t *cleaner) |
| Internal handler for thread cancellation.
|
|
int | vlc_spawn (pid_t *pid, const char *file, const int *fds, const char *const *args) |
| Spawn a child process (by file name).
|
|
int | vlc_spawnp (pid_t *pid, const char *path, const int *fds, const char *const *args) |
| Spawn a child process.
|
|
int | vlc_waitpid (pid_t pid) |
| Waits for a child process.
|
|
This file contains dummy replacement API for disabled features.