diff options
author | Ernestas Kulik <ernestask@gnome.org> | 2018-08-03 20:22:13 +0300 |
---|---|---|
committer | Ernestas Kulik <ernestask@gnome.org> | 2018-08-03 20:35:47 +0300 |
commit | 4ae0361342c5306ccfe1502e69bb430ac530005b (patch) | |
tree | b20a313c1e6d42ae8fe4a698bc7c096d416c0c0c /libnautilus-extension/nautilus-column.c | |
parent | a21de82974fd9493ed667a678a227ecee74c5e39 (diff) | |
download | nautilus-4ae0361342c5306ccfe1502e69bb430ac530005b.tar.gz |
docs: Reorganize and fix
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
Diffstat (limited to 'libnautilus-extension/nautilus-column.c')
-rw-r--r-- | libnautilus-extension/nautilus-column.c | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/libnautilus-extension/nautilus-column.c b/libnautilus-extension/nautilus-column.c index a36885091..38a78141e 100644 --- a/libnautilus-extension/nautilus-column.c +++ b/libnautilus-extension/nautilus-column.c @@ -51,29 +51,6 @@ struct _NautilusColumn G_DEFINE_TYPE (NautilusColumn, nautilus_column, G_TYPE_OBJECT); -/** - * SECTION:nautilus-column - * @title: NautilusColumn - * @short_description: List view column descriptor object - * - * #NautilusColumn is an object that describes a column in the file manager - * list view. Extensions can provide #NautilusColumn by registering a - * #NautilusColumnProvider and returning them from - * nautilus_column_provider_get_columns(), which will be called by the main - * application when creating a view. - */ - -/** - * nautilus_column_new: - * @name: identifier of the column - * @attribute: the file attribute to be displayed in the column - * @label: the user-visible label for the column - * @description: a user-visible description of the column - * - * Creates a new column - * - * Returns: a newly created #NautilusColumn - */ NautilusColumn * nautilus_column_new (const char *name, const char *attribute, |