summaryrefslogtreecommitdiff
path: root/src/caja-python.h
diff options
context:
space:
mode:
authorYaakov Selkowitz <[email protected]>2012-12-20 00:40:59 -0600
committerStefano Karapetsas <[email protected]>2013-01-22 14:09:56 +0100
commit29149f504a4e5e28a19b92d9ebb831bb53100a01 (patch)
tree174a381827077bdc3b8c2a0fd3631c2f6f65983c /src/caja-python.h
parent98e016fe4f4b4409a1791ebb7565922153518907 (diff)
downloadpython-caja-29149f504a4e5e28a19b92d9ebb831bb53100a01.tar.bz2
python-caja-29149f504a4e5e28a19b92d9ebb831bb53100a01.tar.xz
Convert to g-i
Diffstat (limited to 'src/caja-python.h')
-rw-r--r--src/caja-python.h3
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 */