Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

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.


Field Summary
 void ( * )( FILE* f ) bundle_logs
          
 ErrorReaction ( * )( const wchar_t* text, uint flags ) display_error
          
 const char* ( * )( void ) get_log_dir
          
 void ( * )( const wchar_t* text ) log
          
 void ( * )( void ) override_gl_upload_caps
          
 const wchar_t* ( * )( const wchar_t* text ) translate
          
 void ( * )( const wchar_t* text ) translate_free
          
 

Field Detail

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 );

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD