We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b10a8a5 commit 6474039Copy full SHA for 6474039
fitz/fitz.i
@@ -1101,7 +1101,7 @@ struct Document
1101
}
1102
1103
CLOSECHECK0(_getMetadata, """Get metadata.""")
1104
- char *_getMetadata(const char *key)
+ PyObject* _getMetadata(const char *key)
1105
{
1106
PyObject *res;
1107
fz_document *doc = (fz_document *) $self;
0 commit comments