summaryrefslogtreecommitdiffstats
path: root/docs/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Fix the gio.unix namespace in docsGian Mario Tagliaretti2009-06-231-0/+2
|
* Add docs for gio functions (mostly for content types)Gian Mario Tagliaretti2009-06-221-0/+2
|
* Add docs for gio.Unix[In|Out]putStream classesGian Mario Tagliaretti2009-06-211-0/+4
|
* Add docs for class gio.DataOutputStreamGian Mario Tagliaretti2009-06-201-0/+2
|
* Add dpcs for class gio.DataInputStreamGian Mario Tagliaretti2009-06-151-0/+2
|
* Add docs for gio.BufferedOutputStream classGian Mario Tagliaretti2009-06-131-47/+49
|
* Add docs for gio.BufferedInputStreamGian Mario Tagliaretti2009-06-131-0/+2
|
* Add docs for gio.MemoryOutputStreamGian Mario Tagliaretti2009-06-091-0/+2
|
* Wrap gio.memory_input_stream_new_from_dataGian Mario Tagliaretti2009-06-091-1/+3
| | | | | Add the wrapper for gio.memory_input_stream_new_from_data including docs and a test.
* Add gio.FilterOutputStream docsGian Mario Tagliaretti2009-06-021-0/+2
|
* Add gio.FilterInputStream docsGian Mario Tagliaretti2009-06-021-0/+2
|
* Wrap gio.FileOutputStream.query_info_asyncGian Mario Tagliaretti2009-06-021-0/+2
| | | | | Add the wrapper for gio.FileOutputStream.query_info_async including docs and a test.
* Wrap gio.FileInputStream.query_asyncGian Mario Tagliaretti2009-06-011-0/+2
| | | | | Add the wrapper for gio.FileInputStream.query_async including docs and a test.
* Add documentation for the gio.OutputStream classGian Mario Tagliaretti2009-05-241-0/+2
| | | | | | 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-171-0/+2
| | | | | | 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-121-0/+2
| | | | | | 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-091-0/+2
|
* Add docs for the gio.LoadableIcon classGian Mario Tagliaretti2009-05-031-0/+2
|
* Add docs for the gio.ThemedIcon classGian Mario Tagliaretti2009-05-031-0/+2
|
* Add docs for the gio.MountOperation classGian Mario Tagliaretti2009-05-011-0/+2
|
* Add docs for the gio.Mount classGian Mario Tagliaretti2009-04-281-2/+4
|
* Add gio.File and gio.Seekable in docs, gio.File it's not yet completedGian Mario Tagliaretti2009-04-111-0/+4
| | | | | | | | | | | | | | 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
* Add gio.VolumeMonitor in docs.Gian Mario Tagliaretti2009-03-291-1/+3
| | | | | | | | | | | | 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-291-1/+3
| | | | | | | | | | | | 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-281-0/+3
| | | | | | | | | | | | 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-241-1/+3
| | | | | | | | | | | | 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
* Add gio.AsyncResult in docs.Gian Mario Tagliaretti2009-03-241-0/+2
| | | | | | | | | | | 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-241-0/+4
| | | | | | | | | | | | | | 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-221-5/+10
| | | | | | | | | | | | | | | | | | 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-091-0/+6
| | | | | | | | | | | | | | | | | | | 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-091-2/+4
| | | | | | | | | | | | 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
* Add few gio classes.Gian Mario Tagliaretti2009-03-081-1/+5
| | | | | | | | | | | | | 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-081-0/+2
| | | | | | | | | | | | | 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
* Separate the glib and gobject bindings in the manual.Johan Dahlin2008-08-011-4/+8
| | | | | | | | | | | | | | | | | | | 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
* Use CLEANFILES and not DISTCLEANFILESJohan Dahlin2007-05-021-1/+1
| | | | svn path=/trunk/; revision=668
* 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)
* 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.
* Add reference to installed pygobject docs Add install of style.css DefineJohn Finlay2006-08-131-1/+6
| | | | | | | * 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-101-2/+7
| | | | | | | | | * 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)
* New file to workaround automake sillinessJohan Dahlin2006-08-061-0/+1
| | | | | | | | | * 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.
* Clean up the build date/version mess I created. Now it's created duringJohan Dahlin2006-08-041-15/+9
| | | | | | | | | | | * 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
* Remove build_stamp and pdf dependency on builddate.xmlJohn Finlay2006-07-201-2/+2
| | | | * Remove build_stamp and pdf dependency on builddate.xml
* Make version.xml dependent on config.h Make builddate.xml dependent onJohn Finlay2006-07-201-5/+5
| | | | | | * docs/Makefile.am: Make version.xml dependent on config.h Make builddate.xml dependent on REFERENCE_DEPS. Add builddate.xml to build_stamp and pdf dependencies. Add pdf files to cleanup.