mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-15 00:36:19 +01:00
gtestutils: fix two GLIB_AVAILABLE flags
g_test_expect_message() and g_test_assert_expected_messages() appeared in 2.34
This commit is contained in:
parent
cbd070d8b8
commit
6833267a07
@ -347,11 +347,11 @@ void
|
|||||||
g_test_log_set_fatal_handler (GTestLogFatalFunc log_func,
|
g_test_log_set_fatal_handler (GTestLogFatalFunc log_func,
|
||||||
gpointer user_data);
|
gpointer user_data);
|
||||||
|
|
||||||
GLIB_AVAILABLE_IN_ALL
|
GLIB_AVAILABLE_IN_2_34
|
||||||
void g_test_expect_message (const gchar *log_domain,
|
void g_test_expect_message (const gchar *log_domain,
|
||||||
GLogLevelFlags log_level,
|
GLogLevelFlags log_level,
|
||||||
const gchar *pattern);
|
const gchar *pattern);
|
||||||
GLIB_AVAILABLE_IN_ALL
|
GLIB_AVAILABLE_IN_2_34
|
||||||
void g_test_assert_expected_messages_internal (const char *domain,
|
void g_test_assert_expected_messages_internal (const char *domain,
|
||||||
const char *file,
|
const char *file,
|
||||||
int line,
|
int line,
|
||||||
|
Loading…
Reference in New Issue
Block a user