summaryrefslogtreecommitdiffstats
path: root/docs/reference/pygio-file.xml
Commit message (Collapse)AuthorAgeFilesLines
* Docs: replace gio.IO_ERROR_* with gio.ERROR_*Paul Bolle2010-04-081-29/+29
| | | | Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* Swap first two arguments of gio.File.query_info_async()Paul Pogonyshev2009-04-281-7/+7
| | | | | | | Swap the arguments for consistency with other methods. Update documentation accordingly. Take care to keep the old code (i.e. with non-swapped calling arguments) working, but don't mention that anywhere. (Bug #580490.)
* Complete the docs for the gio.File classGian Mario Tagliaretti2009-04-251-0/+1717
|
* Commit some more work on gio.File DocsGian Mario Tagliaretti2009-04-181-25/+1627
| | | | Added some more methods to gio.File and gio file constants
* Add gio.File and gio.Seekable in docs, gio.File it's not yet completedGian Mario Tagliaretti2009-04-111-0/+1215
2009-04-11 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-constants.xml: * docs/reference/pygio-file.xml: * docs/reference/pygio-seekable.xml: Add gio.File and gio.Seekable in docs, gio.File it's not yet completed only the index is. svn path=/trunk/; revision=1058