Learning GTK4 Trees _ initial commit

This commit is contained in:
Jean Sirmai 2023-12-12 12:47:28 +01:00
parent c07ee22637
commit 8f56c928b1
Signed by: jean
GPG Key ID: FB3115C340E057E3
2 changed files with 1 additions and 7 deletions

View File

@ -12,6 +12,7 @@
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
/* TreeItem structure */
typedef struct _TreeItem TreeItem;
struct _TreeItem

View File

@ -50,13 +50,6 @@ foreach setup : setups
'GDK_BACKEND=@0@'.format(backend),
] + setup.get('env', [])
add_test_setup(
name,
env: env + ['TEST_OUTPUT_SUBDIR=@0@'.format(name)],
exclude_suites: exclude_unstable + exclude,
is_default: setup.get('is_default', false),
)
add_test_setup(
'@0@_unstable'.format(name),
env: env + ['TEST_OUTPUT_SUBDIR=@0@_unstable'.format(name)],