lib
Struct AppHooks
in app_hooks.h
- struct AppHooks
holds a function pointer (allowed to be NULL) for each hook.
passed to app_hooks_update.
bundle_logs
public void ( * bundle_logs )( FILE* f );
display_error
public ErrorReaction ( * display_error )( const wchar_t* text, uint flags );
get_log_dir
public const char* ( * get_log_dir )( void );
log
public void ( * log )( const wchar_t* text );
override_gl_upload_caps
public void ( * override_gl_upload_caps )( void );
translate
public const wchar_t* ( * translate )( const wchar_t* text );
translate_free
public void ( * translate_free )( const wchar_t* text );