Initial packaging for Tizen
[profile/ivi/gobject-introspection.git] / tests / warn / callback-missing-scope.h
1 #include "common.h"
2
3 void test_callback(GCallback *callback, gpointer user_data);
4
5 // EXPECT:3: Warning: Test: test_callback: argument callback: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async)