VLC  2.1.0-git
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs | Functions
variables.h File Reference
Include dependency graph for variables.h:

Go to the source code of this file.

Data Structures

struct  vlc_object_internals
struct  variable_ops_t
struct  variable_t
 The structure describing a variable. More...

Macros

#define vlc_internals(obj)   (((vlc_object_internals_t*)(VLC_OBJECT(obj)))-1)
#define vlc_externals(priv)   ((vlc_object_t *)((priv) + 1))

Typedefs

typedef struct vlc_object_internals vlc_object_internals_t
 Private LibVLC data for each object.
typedef struct callback_entry_t callback_entry_t
typedef struct variable_ops_t variable_ops_t

Functions

void var_DestroyAll (vlc_object_t *)

Macro Definition Documentation

#define vlc_externals (   priv)    ((vlc_object_t *)((priv) + 1))
#define vlc_internals (   obj)    (((vlc_object_internals_t*)(VLC_OBJECT(obj)))-1)

Typedef Documentation

Private LibVLC data for each object.

Function Documentation

void var_DestroyAll ( vlc_object_t )