summaryrefslogtreecommitdiff
path: root/tests/warn/callback-missing-scope.h
blob: 7fa0e732be29f85f5fa1b27557818321d12b3ab7 (plain)
1
2
3
4
5
#include "common.h"

void test_callback(GCallback *callback, gpointer user_data);

// EXPECT:3: Warning: Test: test_callback: argument callback: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async, forever)