From 29149f504a4e5e28a19b92d9ebb831bb53100a01 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 20 Dec 2012 00:40:59 -0600 Subject: Convert to g-i --- src/caja-python.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/caja-python.h') 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 */ -- cgit v1.2.1