glib-sys 0.22.3

FFI bindings to libglib-2.0
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Feel free to edit this file, it won't be regenerated by gir generator unless removed.

#include <glib.h>
#include <glib-object.h>

// polyfill when the platform doesn't define tracing macros
#ifndef G_TRACE_CURRENT_TIME
#define G_TRACE_CURRENT_TIME 0
#endif

// included in Gir on all platforms even though it is only present on windows
#ifndef G_WIN32_MSG_HANDLE
#define G_WIN32_MSG_HANDLE 19981206
#endif