2008-05-05 Paolo Borelli <pborelli@katamail.com>
[nautilus.git] / libnautilus-private / nautilus-column-utilities.h
bloba8306519a1679ba35b92dcb4f650debfcdf0d690
1 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
3 /* nautilus-column-utilities.h - Utilities related to column specifications
5 Copyright (C) 2004 Novell, Inc.
7 The Gnome Library is free software; you can redistribute it and/or
8 modify it under the terms of the GNU Library General Public License as
9 published by the Free Software Foundation; either version 2 of the
10 License, or (at your option) any later version.
12 The Gnome Library is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 Library General Public License for more details.
17 You should have received a copy of the GNU Library General Public
18 License along with the Gnome Library; see the column COPYING.LIB. If not,
19 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA.
22 Authors: Dave Camp <dave@ximian.com>
25 #ifndef NAUTILUS_COLUMN_UTILITIES_H
26 #define NAUTILUS_COLUMN_UTILITIES_H
28 #include <libnautilus-extension/nautilus-column.h>
30 GList *nautilus_get_all_columns (void);
31 GList *nautilus_column_list_copy (GList *columns);
32 void nautilus_column_list_free (GList *columns);
34 GList *nautilus_sort_columns (GList *columns,
35 char **column_order);
38 #endif /* NAUTILUS_COLUMN_UTILITIES_H */