1 <?xml version="1.0" encoding="UTF-8"?>
7 * AnnotationNotifyFunc:
8 * @data: (closure): The user data
10 * This is a callback with a 'closure' argument that is not named
11 * 'user_data' and hence has to be annotated.
15 <name>AnnotationNotifyFunc</name>
25 <description>The user data</description>
28 <description>This is a callback with a 'closure' argument that is not named
29 'user_data' and hence has to be annotated.</description>
35 * annotation_custom_destroy:
36 * @callback: (destroy destroy) (closure data): Destroy notification
38 * Test messing up the heuristic of closure/destroy-notification
39 * detection, and fixing it via annotations.
43 <name>annotation_custom_destroy</name>
66 <description>Destroy notification</description>
69 <description>Test messing up the heuristic of closure/destroy-notification
70 detection, and fixing it via annotations.</description>