core.c File Reference

Include dependency graph for core.c:


Functions

static char * strdupnull (const char *src)
int IsConfigStringType (int type)
int IsConfigIntegerType (int type)
int __config_GetType (vlc_object_t *p_this, const char *psz_name)
int __config_GetInt (vlc_object_t *p_this, const char *psz_name)
float __config_GetFloat (vlc_object_t *p_this, const char *psz_name)
char * __config_GetPsz (vlc_object_t *p_this, const char *psz_name)
void __config_PutPsz (vlc_object_t *p_this, const char *psz_name, const char *psz_value)
void __config_PutInt (vlc_object_t *p_this, const char *psz_name, int i_value)
void __config_PutFloat (vlc_object_t *p_this, const char *psz_name, float f_value)
module_config_tconfig_FindConfig (vlc_object_t *p_this, const char *psz_name)
void config_Free (module_t *p_module)
void config_SetCallbacks (module_config_t *p_new, module_config_t *p_orig, size_t n)
void config_UnsetCallbacks (module_config_t *p_new, size_t n)
void __config_ResetAll (vlc_object_t *p_this)

Function Documentation

float __config_GetFloat ( vlc_object_t p_this,
const char *  psz_name 
)

int __config_GetInt ( vlc_object_t p_this,
const char *  psz_name 
)

char* __config_GetPsz ( vlc_object_t p_this,
const char *  psz_name 
)

int __config_GetType ( vlc_object_t p_this,
const char *  psz_name 
)

void __config_PutFloat ( vlc_object_t p_this,
const char *  psz_name,
float  f_value 
)

void __config_PutInt ( vlc_object_t p_this,
const char *  psz_name,
int  i_value 
)

void __config_PutPsz ( vlc_object_t p_this,
const char *  psz_name,
const char *  psz_value 
)

void __config_ResetAll ( vlc_object_t p_this  ) 

module_config_t* config_FindConfig ( vlc_object_t p_this,
const char *  psz_name 
)

void config_Free ( module_t p_module  ) 

void config_SetCallbacks ( module_config_t p_new,
module_config_t p_orig,
size_t  n 
)

void config_UnsetCallbacks ( module_config_t p_new,
size_t  n 
)

int IsConfigIntegerType ( int  type  ) 

int IsConfigStringType ( int  type  ) 

static char* strdupnull ( const char *  src  )  [inline, static]


Generated on Wed Aug 13 08:05:26 2008 for VLC by  doxygen 1.5.1