summaryrefslogtreecommitdiff
path: root/libnautilus-extension/nautilus-column.h
Commit message (Collapse)AuthorAgeFilesLines
* column: Remove extra newline from documentation commentOndrej Holy2023-03-291-1/+0
| | | | | | | Currently, the `Nautilus: "@name" parameter unexpected at this location` warning is shown during build. This is caused by the extra newline character in the documentation comment for the `nautilus_column_new` function. Let's remove this extra newline character to get rid of that warning.
* docs: Fix ColumnProvider type in nautilus-columnCorey Berla2023-01-161-1/+1
|
* extension/Column: Port docs to gi-docgenJan Tojnar2022-09-041-16/+10
|
* column: Don't depend on GTKAntónio Fernandes2022-08-071-1/+0
| | | | We use GtkSortOrder internally only, it's not meant for extensions.
* libnautilus-extension: Drop compatibility includesAntónio Fernandes2022-07-091-2/+0
| | | | | | They were introduced to ensure compatibility in 0e5815e95ae2f071be73b75b57925aceb23f503a Now that we have broken the API, it's time to drop them.
* docs: Reorganize and fixErnestas Kulik2018-08-031-0/+21
| | | | | | | | | 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
* general: Remove include guards in favor of pragma onceAlexandru Fazakas2018-03-191-4/+1
| | | | | | | | | | | | | | | | | | The traditional include guards are not as easy to handle and require extra thought into the names. Pragma once is an easier, more contributor friendly approach. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/294 general: Remove include guards in favor of pragma once The traditional include guards are not as easy to handle and require extra thought into the names. Pragma once is an easier, more contributor friendly approach. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/294
* libnautilus-extension: add removed includes back inErnestas Kulik2018-02-131-0/+2
| | | | | | Some extensions break because of weird inclusion patterns. Fixes https://gitlab.gnome.org/GNOME/nautilus/issues/252
* general: refactor extension libraryErnestas Kulik2018-02-091-25/+10
| | | | | | | | | | | | | | | | | | | | 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)
* Don't mention FSF addressCosimo Cecchi2014-02-171-2/+1
| | | | | | Use the website instead. https://bugzilla.gnome.org/show_bug.cgi?id=721518
* Make time columns default to descending sort orderWilliam Jon McCann2012-07-201-0/+1
|
* Merged from nautilus-extensions-branch.Dave Camp2004-01-111-0/+71
2004-01-11 Dave Camp <dave@ximian.com> * Merged from nautilus-extensions-branch.