Pyrogenesis
13997
|
holds a function pointer (allowed to be NULL) for each hook. More...
#include <app_hooks.h>
Public Attributes | |
void(* | override_gl_upload_caps )() |
const OsPath &(* | get_log_dir )() |
void(* | bundle_logs )(FILE *f) |
const wchar_t *(* | translate )(const wchar_t *text) |
void(* | translate_free )(const wchar_t *text) |
void(* | log )(const wchar_t *text) |
ErrorReactionInternal(* | display_error )(const wchar_t *text, size_t flags) |
holds a function pointer (allowed to be NULL) for each hook.
passed to app_hooks_update.
Definition at line 179 of file app_hooks.h.
void(* AppHooks::bundle_logs)(FILE *f) |
Definition at line 183 of file app_hooks.h.
ErrorReactionInternal(* AppHooks::display_error)(const wchar_t *text, size_t flags) |
Definition at line 187 of file app_hooks.h.
const OsPath&(* AppHooks::get_log_dir)() |
Definition at line 182 of file app_hooks.h.
void(* AppHooks::log)(const wchar_t *text) |
Definition at line 186 of file app_hooks.h.
void(* AppHooks::override_gl_upload_caps)() |
Definition at line 181 of file app_hooks.h.
Definition at line 184 of file app_hooks.h.
void(* AppHooks::translate_free)(const wchar_t *text) |
Definition at line 185 of file app_hooks.h.