summaryrefslogtreecommitdiff
path: root/docs/reference/libnautilus-extension/libnautilus-extension-docs.xml
Commit message (Collapse)AuthorAgeFilesLines
* docs: Switch to gi-docgenJan Tojnar2022-09-041-39/+0
|
* docs: remove docs for dropped APIsJan Tojnar2022-09-031-3/+0
| | | | These were removed in https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/927
* docs: Reorganize and fixErnestas Kulik2018-08-031-1/+0
| | | | | | | | | This commit completes the sections file with subsections, moves most documentation to headers (no real reason to, especially given that changes there may cause unwanted rebuilds, but it feels better to have it in the headers) and fixes some annotations. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/565
* docs: Add annotation glossaryErnestas Kulik2018-08-031-0/+2
| | | | So that annotations aren’t completely broken.
* general: refactor extension libraryErnestas Kulik2018-02-091-6/+11
| | | | | | | | | | | | | | | | | | | | The changes include: * adding a single-include header and deprecating nautilus-extension-types.h and direct inclusions of individual headers; * type definition simplifications - this causes some breakages in nautilus-file, because NautilusFile used to be typedefed to NautilusFileInfo, and that is no longer possible, so the interface implementation was moved to static functions and the public NautilusFile API provides thin wrappers for them to maintain compatibility; * documentation cleanups and reorganization; * general build rule and code cleanups: mostly g_auto* sprinkled around and style changes (sorry)
* libnautilus-extension: add gtk-doc documentation coverageCosimo Cecchi2015-05-251-0/+1
| | | | | A lot of the library was poorly documented. Make sure the output of the documentation looks okay.
* extension: doc cleanupsCosimo Cecchi2012-01-161-1/+0
|
* Adds initial Gtk-doc support infrastructure for Andrew Walton2008-04-051-0/+36
libnautilus-extension. (Progress towards bug #526193). svn path=/trunk/; revision=14041