| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
These were removed in https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/927
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
So that annotations aren’t completely broken.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
A lot of the library was poorly documented. Make sure the output of the
documentation looks okay.
|
| |
|
|
libnautilus-extension.
(Progress towards bug #526193).
svn path=/trunk/; revision=14041
|