Add library constructor function

This commit is contained in:
Gergely Polonkai 2016-03-04 11:32:31 +01:00
parent a3623c55f4
commit 977cfc3f8c

View File

@ -142,3 +142,14 @@
#endif
#endif /* __GTK_DOC_IGNORE__ */
#ifdef G_DEFINE_CONSTRUCTOR_NEEDS_PRAGMA
#pragma G_DEFINE_CONSTRUCTOR_PRAGMA_ARGS(matrix_event_types_ctor)
#endif
G_DEFINE_CONSTRUCTOR(matrix_event_types_ctor);
static void
matrix_event_types_ctor(void)
{
}