diff options
Diffstat (limited to 'src/caja-python.h')
-rw-r--r-- | src/caja-python.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/caja-python.h b/src/caja-python.h index ec6c4c8..9eb312e 100644 --- a/src/caja-python.h +++ b/src/caja-python.h @@ -76,4 +76,7 @@ PyTypeObject *_PyCajaPropertyPage_Type; PyTypeObject *_PyCajaPropertyPageProvider_Type; #define PyCajaPropertyPageProvider_Type (*_PyCajaPropertyPageProvider_Type) +PyTypeObject *_PyCajaOperationHandle_Type; +#define PyCajaOperationHandle_Type (*_PyCajaOperationHandle_Type) + #endif /* CAJA_PYTHON_H */ |