summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Docs: replace gio.IO_ERROR_* with gio.ERROR_*Paul Bolle2010-04-083-45/+45
| | | | Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* Move threads_init() function from 'gobject' to 'glib'Paul Pogonyshev2009-11-101-29/+7
| | | | | Retain in original place for backward compatibility, but remove it from the docs.
* Specify programming language in .devhelp fileFrédéric Péters2009-08-301-1/+1
| | | | | This add a new language attribute (hardcoded to python) in the .devhelp file that is produced when using ref-html-style.xsl.
* Fix the gio.unix namespace in docsGian Mario Tagliaretti2009-06-236-28/+42
|
* Add docs for gio functions (mostly for content types)Gian Mario Tagliaretti2009-06-223-0/+398
|
* Add docs for gio.Unix[In|Out]putStream classesGian Mario Tagliaretti2009-06-214-0/+410
|
* Document that many functions got moved gobject -> glibPaul Pogonyshev2009-06-211-0/+7
|
* Add docs for class gio.DataOutputStreamGian Mario Tagliaretti2009-06-203-0/+507
|
* Add dpcs for class gio.DataInputStreamGian Mario Tagliaretti2009-06-154-0/+868
|
* Make gio.Emblem constructor new-stylePaul Pogonyshev2009-06-151-2/+49
| | | | | Add optional 'origin' parameter. Expand gio.Emblem documentation and mark gio.emblem_new_with_origin as sort-of-deprecated.
* Add docs for gio.BufferedOutputStream classGian Mario Tagliaretti2009-06-133-47/+325
|
* Fix gio.BufferedInputStream docsGian Mario Tagliaretti2009-06-131-2/+32
| | | | Added the constructor reference and fixed a typo in properties header
* Add docs for gio.BufferedInputStreamGian Mario Tagliaretti2009-06-133-0/+434
|
* Add docs for gio.MemoryOutputStreamGian Mario Tagliaretti2009-06-093-0/+178
|
* Wrap gio.memory_input_stream_new_from_dataGian Mario Tagliaretti2009-06-093-1/+155
| | | | | Add the wrapper for gio.memory_input_stream_new_from_data including docs and a test.
* Fix the docs for gio.FilterOutputStreamGian Mario Tagliaretti2009-06-021-3/+3
|
* Add gio.FilterOutputStream docsGian Mario Tagliaretti2009-06-023-0/+155
|
* Add gio.FilterInputStream docsGian Mario Tagliaretti2009-06-023-0/+155
|
* Wrap gio.FileOutputStream.query_info_asyncGian Mario Tagliaretti2009-06-023-0/+260
| | | | | Add the wrapper for gio.FileOutputStream.query_info_async including docs and a test.
* Fix gio.FileInputStream docsGian Mario Tagliaretti2009-06-021-16/+9
| | | | Add implemented interface section and remove a method description
* Wrap gio.FileInputStream.query_asyncGian Mario Tagliaretti2009-06-013-0/+224
| | | | | Add the wrapper for gio.FileInputStream.query_async including docs and a test.
* Update the docs with new 2.20 APIGian Mario Tagliaretti2009-05-253-3/+367
|
* Add documentation for the gio.OutputStream classGian Mario Tagliaretti2009-05-243-1/+144
| | | | | | The docs for this class are not completed, missing methods descriptions. The index is complete though, it will be completed once all the classes are in place so we can ship a (almost) complete reference.
* Add documentation for the gio.FileMonitor classGian Mario Tagliaretti2009-05-173-0/+131
| | | | | | The docs for this class are not completed, missing methods descriptions. The index is complete though, it will be completed once all the classes are in place so we can ship a (almost) complete reference.
* Add documentation for the gio.FileInfo classGian Mario Tagliaretti2009-05-123-0/+349
| | | | | | The docs for this class are not completed, missing methods descriptions. The index is complete though, it will be completed once all the classes are in place so we can ship a (almost) complete reference.
* Add docs for the gio.InputStream classGian Mario Tagliaretti2009-05-093-0/+733
|
* Add docs for the gio.LoadableIcon classGian Mario Tagliaretti2009-05-033-0/+201
|
* Add docs for the gio.ThemedIcon classGian Mario Tagliaretti2009-05-033-0/+207
|
* Fix the class titleGian Mario Tagliaretti2009-05-011-1/+1
|
* Add docs for the gio.MountOperation classGian Mario Tagliaretti2009-05-014-0/+836
|
* Wrap three gio.Mount methodsGian Mario Tagliaretti2009-04-291-0/+152
| | | | | | | the following methods of gio.Mount have been wrapped including docs (_wrap_g_mount_guess_content_type) (_wrap_g_mount_guess_content_type_finish) (_wrap_g_mount_guess_content_type_sync)
* 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.)
* Add docs for the gio.Mount classGian Mario Tagliaretti2009-04-283-2/+658
|
* Fix a broken link in gio.Volume docsGian Mario Tagliaretti2009-04-281-1/+1
| | | | fix the correct link for the "removed" signal
* Fix the docs for the gio.AppInfo classGian Mario Tagliaretti2009-04-251-1/+43
| | | | Add the constructor section and fix args names.
* Complete the docs for the gio.File classGian Mario Tagliaretti2009-04-251-0/+1717
|
* Finish gio.File constants attributesGian Mario Tagliaretti2009-04-251-0/+252
|
* Wrap four g_get_user_*_dir() functionsPaul Pogonyshev2009-04-202-0/+209
| | | | | | | Wrap g_get_user_cache_dir(), g_get_user_config_dir(), g_get_user_data_dir(), g_get_user_special_dir() and the constants required for the latter. Document all new functions and constants. (Bug #575999).
* Commit some more work on gio.File DocsGian Mario Tagliaretti2009-04-182-27/+2167
| | | | Added some more methods to gio.File and gio file constants
* Code maintenance: add .gitignore filesPaul Pogonyshev2009-04-181-0/+7
|
* Add gio.File and gio.Seekable in docs, gio.File it's not yet completedGian Mario Tagliaretti2009-04-116-1/+1604
| | | | | | | | | | | | | | 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
* svn path=/trunk/; revision=1043Gian Mario Tagliaretti2009-03-292-2/+6
| | | | | | | | | 2009-03-29 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/reference/pygio-volumemonitor.xml: svn path=/trunk/; revision=1043
* Add gio.VolumeMonitor in docs.Gian Mario Tagliaretti2009-03-294-1/+855
| | | | | | | | | | | | 2009-03-29 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-volumemonitor.xml: Add gio.VolumeMonitor in docs. svn path=/trunk/; revision=1042
* Add gio.Volume in docs.Gian Mario Tagliaretti2009-03-295-1/+771
| | | | | | | | | | | | 2009-03-29 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-constants.xml: * docs/reference/pygio-volume.xml: Add gio.Volume in docs. svn path=/trunk/; revision=1041
* Add gio.Drive in docs.Gian Mario Tagliaretti2009-03-284-0/+557
| | | | | | | | | | | | 2009-03-28 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-drive.xml: Add gio.Drive in docs. svn path=/trunk/; revision=1036
* Add gio.SimpleAsyncResult in docs.Gian Mario Tagliaretti2009-03-244-1/+328
| | | | | | | | | | | | 2009-03-25 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-simpleasyncresult.xml: Add gio.SimpleAsyncResult in docs. svn path=/trunk/; revision=1034
* Fix the order and a typo.Gian Mario Tagliaretti2009-03-243-2/+7
| | | | | | | | | | 2009-03-24 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/reference/pygio-classes.xml: * docs/reference/pygio-icon.xml: Fix the order and a typo. svn path=/trunk/; revision=1033
* Add gio.AsyncResult in docs.Gian Mario Tagliaretti2009-03-244-0/+126
| | | | | | | | | | | 2009-03-24 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-asyncresult.xml: Add gio.AsyncResult in docs. svn path=/trunk/; revision=1032
* Add gio.AppInfo and gio.FileAttributeInfo in docs.Gian Mario Tagliaretti2009-03-246-3/+952
| | | | | | | | | | | | | | 2009-03-24 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-appinfo.xml: * docs/reference/pygio-constants.xml: * docs/reference/pygio-fileattributeinfo.xml: Add gio.AppInfo and gio.FileAttributeInfo in docs. svn path=/trunk/; revision=1031
* Add gio.FileIcon and gio.FileEnumerator in docs.Gian Mario Tagliaretti2009-03-228-7/+834
| | | | | | | | | | | | | | | | | | 2009-03-22 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-fileicon.xml: * docs/reference/pygio-fileenumerator.xml: Add gio.FileIcon and gio.FileEnumerator in docs. * docs/reference/pygio-constants.xml: Add gio.ERROR_* constants. * docs/reference/pygio-applaunchcontext.xml: * docs/reference/pygio-emblemedicon.xml: Fix a couple of typos. svn path=/trunk/; revision=1029