2008-03-29 Cosimo Cecchi <cosimoc@gnome.org>
[nautilus.git] / src / nautilus-places-sidebar.h
blob0c56846b5d3626fa516d6c36ea6b3280ca87aec7
1 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
3 /*
4 * Nautilus
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU 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 * This 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 * General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this library; if not, write to the Free Software
19 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21 * Author : Mr Jamie McCracken (jamiemcc at blueyonder dot co dot uk)
24 #ifndef _NAUTILUS_PLACES_SIDEBAR_H
25 #define _NAUTILUS_PLACES_SIDEBAR_H
27 #include <gtk/gtktreeview.h>
28 #include <libnautilus-private/nautilus-view.h>
29 #include <libnautilus-private/nautilus-window-info.h>
30 #include <gtk/gtkscrolledwindow.h>
32 #define NAUTILUS_PLACES_SIDEBAR_ID "NautilusPlacesSidebar"
34 #define NAUTILUS_TYPE_PLACES_SIDEBAR (nautilus_places_sidebar_get_type ())
35 #define NAUTILUS_PLACES_SIDEBAR(obj) (GTK_CHECK_CAST ((obj), NAUTILUS_TYPE_PLACES_SIDEBAR, NautilusPlacesSidebar))
37 GType nautilus_places_sidebar_get_type (void);
38 void nautilus_places_sidebar_register (void);
40 #endif