win32: suppress fatal error dialog box when running tests
[platform/upstream/glib.git] / glib / gtestutils.c
index 5fba96f..c7b7249 100644 (file)
  */
 
 /**
+ * g_test_initialized:
+ *
+ * Returns %TRUE if g_test_init() has been called.
+ *
+ * Returns: %TRUE if g_test_init() has been called.
+ *
+ * Since: 2.36
+ */
+
+/**
  * g_test_quick:
  *
  * Returns %TRUE if tests are run in quick mode.