Go to the source code of this file.
|
| TEST (FlApplicationTest, ConstructorArgs) |
|
◆ TEST()
TEST |
( |
FlApplicationTest |
, |
|
|
ConstructorArgs |
|
|
) |
| |
Definition at line 9 of file fl_application_test.cc.
10 g_autoptr(FlApplication) app =
12 #ifdef GLIB_VERSION_2_74
13 G_APPLICATION_DEFAULT_FLAGS
15 G_APPLICATION_FLAGS_NONE
19 EXPECT_STREQ(g_application_get_application_id(G_APPLICATION(app)),
20 "com.example.TestApplication");
22 #ifdef GLIB_VERSION_2_74
23 EXPECT_EQ(g_application_get_flags(G_APPLICATION(app)),
24 G_APPLICATION_DEFAULT_FLAGS);
26 EXPECT_EQ(g_application_get_flags(G_APPLICATION(app)),
27 G_APPLICATION_FLAGS_NONE);
G_MODULE_EXPORT FlApplication * fl_application_new(const gchar *application_id, GApplicationFlags flags)
References fl_application_new().