Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-31 | Make Caja.OperationHandle usable. | Patrick Monnerat | 1 | -1/+3 | |
The Caja.OperationHandle.handle property is added: this gives access to the effective handle taking the form of a non-zero signed integer that can be stored in a void pointer. Trying to set this property with an invalid value raises an exception. Upon update_file_info_full call, the new Caja.OperationHandle is preset with a "unique" non-null value generated from an atomic counter. When the python method returns, the handle value is transmitted to Caja whatever it is: this fixes the problem of Caja expecting a non-null handle when CAJA_OPERATION_IN_PROGRESS is returned. Ref: https://github.com/mate-desktop/python-caja/issues/36 | |||||
2019-01-30 | Make Python statements compatible with version 2 and 3. | Patrick Monnerat | 1 | -1/+1 | |
2019-01-30 | Allow to "make dist" without building the docs. | Patrick Monnerat | 1 | -4/+4 | |
2014-11-25 | Don't try installing docbook source files into GTK documentation | Mike Gabriel | 1 | -2/+0 | |
Closes #18 | |||||
2014-01-08 | Bring gtk-doc up to date. | infirit | 1 | -11/+27 | |
It should build again and be properly included with make dist. Based on nautilus-python changes, see below for the details. https://git.gnome.org/browse/nautilus-python/log/docs?h=nautilus-3.0 | |||||
2012-01-13 | initial import from Mate-Extra repo | Stefano Karapetsas | 1 | -0/+86 | |