nautilus/docs
Ernestas Kulik 7e2605c681 general: refactor extension library
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)
2018-02-09 06:32:38 +02:00
..
reference general: refactor extension library 2018-02-09 06:32:38 +02:00
.gitignore general: drop git.mk 2017-02-24 00:24:27 +02:00
meson.build build: general cleanups 2018-01-02 12:51:32 +02:00
nautilus.1 general: remove desktop support 2018-01-02 12:51:32 +02:00
Overview.md add "restore tab" action 2017-05-31 15:58:52 +03:00