summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Create a dedicated Changelog for the docs and move the latest entries inGian Mario Tagliaretti2009-03-096-5/+346
| | | | | | | | | | | | | | | | | | | 2009-03-09 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/reference/Changelog: Create a dedicated Changelog for the docs and move the latest entries in there. 2009-03-09 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-emblemedicon.xml: * docs/reference/pygio-icon.xml: * docs/reference/pygio-emblem.xml: Add gio.EmblemedIcon and gio.Icon in docs, fix a couple of typos. svn path=/trunk/; revision=1026
* Add gio.Emblem and constants in docs.Gian Mario Tagliaretti2009-03-094-2/+241
| | | | | | | | | | | | 2009-03-09 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-constants.xml: * docs/reference/pygio-emblem.xml: Add gio.Emblem and constants in docs. svn path=/trunk/; revision=1025
* Complete cancellable docs.Gian Mario Tagliaretti2009-03-082-0/+132
| | | | | | | | | | 2009-03-08 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/reference/pygio-classes.xml: * docs/reference/pygio-cancellable.xml: Complete cancellable docs. svn path=/trunk/; revision=1024
* Add few gio classes.Gian Mario Tagliaretti2009-03-085-1/+371
| | | | | | | | | | | | | 2009-03-08 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygobject-ref.xml: * docs/reference/pygio-applaunchcontext.xml: * docs/reference/pygio-cancellable.xml: Add few gio classes. svn path=/trunk/; revision=1023
* docs/reference/pyglib-classes.xml docs/reference/pygobject-ref.xml SplitGian Mario Tagliaretti2009-03-084-6/+18
| | | | | | | | | | | | | 2009-03-08 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pyglib-classes.xml * docs/reference/pygobject-ref.xml * docs/reference/pygobject-classes.xml: Split glib and gobject doc sections. svn path=/trunk/; revision=1021
* Merge from 2.16 branch:Paul Pogonyshev2008-12-241-0/+64
| | | | | | | | | | | 2008-12-24 Paul Pogonyshev <pogonyshev@gmx.net> Bug 547119 – gobject.timeout_add_seconds() not found in docs * docs/reference/pyglib-functions.xml (glib.timeout_add_seconds): Describe. svn path=/trunk/; revision=983
* Separate the glib and gobject bindings in the manual.Johan Dahlin2008-08-018-932/+1131
| | | | | | | | | | | | | | | | | | | 2008-08-02 Johan Dahlin <johan@gnome.org> * docs/Makefile.am: * docs/reference/pyglib-constants.xml: * docs/reference/pyglib-functions.xml: * docs/reference/pyglib-maincontext.xml: * docs/reference/pyglib-mainloop.xml: * docs/reference/pygobject-classes.xml: * docs/reference/pygobject-constants.xml: * docs/reference/pygobject-functions.xml: * docs/reference/pygobject-maincontext.xml: * docs/reference/pygobject-mainloop.xml: Separate the glib and gobject bindings in the manual. svn path=/trunk/; revision=910
* Document GObject.handler_block_by_func/handler_unblock_by_funcJohan Dahlin2008-06-281-3/+49
| | | | | | | | | | 2008-06-28 Johan Dahlin <jdahlin@async.com.br> * docs/reference/pygobject.xml: Document GObject.handler_block_by_func/handler_unblock_by_func svn path=/trunk/; revision=789
* Add props attributeRafael Villar Burke2007-11-301-0/+20
| | | | | | | | 2007-11-30 Rafael Villar Burke <pachi@rvburke.com> * docs/reference/pygobject.xml: Add props attribute svn path=/trunk/; revision=721
* Remove DATADIR substitution since it now gets substituted asJohn Finlay2007-09-061-4/+0
| | | | | | | | * docs/xsl/fixxref.py.in: Remove DATADIR substitution since it now gets substituted as ${prefix}/share which doesn't work in a Python script. svn path=/trunk/; revision=705
* Use CLEANFILES and not DISTCLEANFILESJohan Dahlin2007-05-021-1/+1
| | | | svn path=/trunk/; revision=668
* new pygobject_set_properties and pygobject_get_properties methodsGian Mario Tagliaretti2007-04-231-0/+83
| | | | svn path=/trunk/; revision=646
* Remove .cvsignore archivesJohan Dahlin2007-01-163-9/+0
| | | | svn path=/trunk/; revision=636
* treat --enable-docs like in gtk+, closes #361722Gustavo J. A. M. Carneiro2007-01-091-12/+28
| | | | svn path=/trunk/; revision=635
* Remove html/pygobject-reference-copyright.html. Fixes #361906 (Marc-AndreJohn Finlay2006-10-131-2/+1
| | | | | | * docs/Makefile.am (HTML_FILES): Remove html/pygobject-reference-copyright.html. Fixes #361906 (Marc-Andre Lureau)
* Remove Copyright and License section.John Finlay2006-10-122-27/+4
| | | | | | | * docs/reference/pygobject-introduction.xml: Remove Copyright and License section. * docs/reference/pygobject-ref.xml: Remove author info
* Comment out broken pdf building sectionJohan Dahlin2006-09-041-4/+4
|
* Install html files regardless even when passing in --disable-docs, fixesJohan Dahlin2006-08-281-4/+6
| | | | | * docs/Makefile.am: Install html files regardless even when passing in --disable-docs, fixes #353159 (Matthias Clasen)
* Remove builddate.xml, reference directory and fixxref.pyJohan Dahlin2006-08-211-7/+17
| | | | dependencies to avoid regenerating the tarball when it's not needed.
* Remove build_stamp, include generated .html in the distributed tarballJohan Dahlin2006-08-211-6/+3
| | | | | * docs/Makefile.am (EXTRA_DIST): Remove build_stamp, include generated .html in the distributed tarball
* Always install the xsl files & css files, regardless if the documentationJohan Dahlin2006-08-211-45/+39
| | | | | | | | | 2006-08-21 Johan Dahlin <jdahlin@async.com.br> * Makefile.am: * docs/Makefile.am: Always install the xsl files & css files, regardless if the documentation was actually built or not. Also clean it up considerably.
* Update docs for gobject functions.John Finlay2006-08-171-1/+291
| | | | | * docs/reference/pygobject-functions.xml: Update docs for gobject functions.
* Update .cvsignoreJohan Dahlin2006-08-141-0/+1
|
* Add reference to installed pygobject docs Add install of style.css DefineJohn Finlay2006-08-133-1/+17
| | | | | | | * pygobject-2.0.pc.in: Add reference to installed pygobject docs * docs/Makefile.am: Add install of style.css * docs/xsl/html.xsl: Define stylesheet as style.css * docs/style.css: Add.
* Use builddate.xml for the builddate entity and have builddate.xml beJohn Finlay2006-08-103-3/+8
| | | | | | | | | * docs/reference/entities.docbook.in: * docs/reference/pygobject-ref.xml: * docs/Makefile.am: * configure.ac: Use builddate.xml for the builddate entity and have builddate.xml be updated when the docs are built not during configure time.
* Fix parallel build (#350225, Ed Catmur)Johan Dahlin2006-08-071-0/+2
| | | | | | | 2006-08-07 Johan Dahlin <jdahlin@async.com.br> * docs/Makefile.am ($(HTML_DATA)): Fix parallel build (#350225, Ed Catmur)
* Merge in lost changeJohan Dahlin2006-08-061-1/+1
|
* New file to workaround automake sillinessJohan Dahlin2006-08-063-0/+73
| | | | | | | | | * m4/as-expand.m4: New file to workaround automake silliness * docs/xsl/fixxref.py.in: New script * docs/Makefile.am (XSLFILES): Add fixxref.py script, moved in from PyGTK.
* Do not use shade.verbatim, set the background color and border as a normalJohan Dahlin2006-08-061-27/+7
| | | | | | * docs/xsl/html.xsl: Do not use shade.verbatim, set the background color and border as a normal html tag to avoid an external stylesheet.
* Clean up the build date/version mess I created. Now it's created duringJohan Dahlin2006-08-044-19/+15
| | | | | | | | | | | * configure.ac: * docs/Makefile.am: * docs/reference/.cvsignore: * docs/reference/entities.docbook.in: * docs/reference/pygobject-ref.xml: Clean up the build date/version mess I created. Now it's created during configure time and properly included in the docbook files. Also make sure distcheck passes
* undo last commitJohn Finlay2006-07-211-2/+2
| | | | * undo last commit