Home
last modified time | relevance | path

Searched refs:xmp_files_open (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/exempi/exempi-2.5.2/exempi/
H A Dlibexempi.sym11 xmp_files_open
H A Dxmp.h392 bool xmp_files_open(XmpFilePtr xf, const char *path, XmpOpenFileOptions options);
H A Dexempi.cpp306 bool xmp_files_open(XmpFilePtr xf, const char *path, XmpOpenFileOptions options) in xmp_files_open() function
/dports/textproc/py-python-xmp-toolkit/python-xmp-toolkit-2.0.1/libxmp/
H A Dexempi.py455 EXEMPI.xmp_files_open.restype = check_error
456 EXEMPI.xmp_files_open.argtypes = [ctypes.c_void_p,
459 EXEMPI.xmp_files_open(xfptr, filename.encode('utf-8'), options)