6 demo_find_data_file(const gchar
*file
)
10 path
= g_build_filename(SOURCEDIR
, file
, NULL
);
11 if (g_file_test(path
, G_FILE_TEST_EXISTS
))
15 path
= g_build_filename(PKGDATADIR
, PACKAGE_NAME
, file
, NULL
);
16 if (g_file_test(path
, G_FILE_TEST_EXISTS
))