#include <gwenhywfar/types.h>#include <string.h>#include <gwenhywfar/system.h>Go to the source code of this file.
Defines | |
| #define | __GNUC_PREREQ(maj, min) 0 |
| #define | __STRING(x) #x |
| #define | DEPRECATED |
| #define | GWEN_DIR_SEPARATOR '/' |
| #define | GWEN_DIR_SEPARATOR_S "/" |
| #define | GWEN_LIKELY(cond) (!!(cond)) |
| #define | GWEN_SEARCHPATH_SEPARATOR ':' |
| #define | GWEN_SEARCHPATH_SEPARATOR_S ":" |
| #define | GWEN_TIMEOUT_FOREVER (-1) |
| #define | GWEN_TIMEOUT_NONE (0) |
| #define | GWEN_UNLIKELY(cond) (!!(cond)) |
| #define | GWEN_UNUSED |
| #define | GWENHYWFAR_API |
| #define | GWENHYWFAR_CB |
| #define | GWENHYWFAR_EXPORT __attribute__((visibility("default"))) |
| #define | GWENHYWFAR_NOEXPORT __attribute__((visibility("hidden"))) |
| #define __GNUC_PREREQ | ( | maj, | |||
| min | ) | 0 |
Definition at line 120 of file gwenhywfarapi.h.
| #define __STRING | ( | x | ) | #x |
Definition at line 128 of file gwenhywfarapi.h.
| #define DEPRECATED |
Definition at line 143 of file gwenhywfarapi.h.
| #define GWEN_DIR_SEPARATOR '/' |
The directory separator character. This is '/' on UNIX machines and '\' under Windows. Since gwenhywfar-2.5.4.
Definition at line 100 of file gwenhywfarapi.h.
Referenced by GWEN_LoadPluginDescrsByType().
| #define GWEN_DIR_SEPARATOR_S "/" |
The directory separator as a string. This is "/" on UNIX machines and "\" under Windows. Since gwenhywfar-2.5.4.
Definition at line 103 of file gwenhywfarapi.h.
Referenced by GWEN_ConfigMgr_ModuleInit(), GWEN_Directory_GetDirEntries(), GWEN_Directory_GetFileEntries(), and GWEN_Directory_GetFileEntriesWithType().
| #define GWEN_LIKELY | ( | cond | ) | (!!(cond)) |
Definition at line 144 of file gwenhywfarapi.h.
Referenced by GWEN_Buffer_AppendByte(), and GWEN_Memory_dealloc().
| #define GWEN_SEARCHPATH_SEPARATOR ':' |
The search path separator character. This is ':' on UNIX machines and ';' under Windows. Since gwenhywfar-2.5.4.
Definition at line 106 of file gwenhywfarapi.h.
| #define GWEN_SEARCHPATH_SEPARATOR_S ":" |
The search path separator as a string. This is ":" on UNIX machines and ";" under Windows. Since gwenhywfar-2.5.4.
Definition at line 109 of file gwenhywfarapi.h.
| #define GWEN_TIMEOUT_FOREVER (-1) |
Definition at line 150 of file gwenhywfarapi.h.
Referenced by GWEN_Io_Manager_WaitForRequest().
| #define GWEN_TIMEOUT_NONE (0) |
Definition at line 149 of file gwenhywfarapi.h.
Referenced by GWEN_Io_LayerPackets_GetReadRequest(), GWEN_Io_Manager_WaitForRequest(), and GWEN_IpcManager__Work().
| #define GWEN_UNLIKELY | ( | cond | ) | (!!(cond)) |
Definition at line 145 of file gwenhywfarapi.h.
Referenced by GWEN_Buffer_AppendByte(), and GWEN_Memory_malloc().
| #define GWEN_UNUSED |
Definition at line 82 of file gwenhywfarapi.h.
| #define GWENHYWFAR_API |
Definition at line 67 of file gwenhywfarapi.h.
| #define GWENHYWFAR_CB |
Definition at line 89 of file gwenhywfarapi.h.
| #define GWENHYWFAR_EXPORT __attribute__((visibility("default"))) |
Definition at line 72 of file gwenhywfarapi.h.
| #define GWENHYWFAR_NOEXPORT __attribute__((visibility("hidden"))) |
Definition at line 73 of file gwenhywfarapi.h.
1.6.2