Skip to content

Commit 3a12adb

Browse files
authored
Add a declaration for vips_shutdown() (#523)
Handy for the leak checker.
1 parent 9ca6ebe commit 3a12adb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyvips/vdecls.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ def cdefs(features):
7575
typedef void* (*VipsTypeMap2Fn) (GType type, void* a, void* b);
7676
void* vips_type_map (GType base, void* fn, void* a, void* b);
7777
78+
void vips_shutdown (void);
79+
7880
const char* vips_error_buffer (void);
7981
void vips_error_clear (void);
8082
void vips_error_freeze (void);

0 commit comments

Comments
 (0)