1 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
6 * Copyright (C) 1999, 2000 Eazel, Inc.
8 * Nautilus is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of the
11 * License, or (at your option) any later version.
13 * Nautilus is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22 * Authors: John Sullivan <sullivan@eazel.com>
25 /* nautilus-bookmarks-window.h - interface for bookmark-editing window.
28 #ifndef NAUTILUS_BOOKMARKS_WINDOW_H
29 #define NAUTILUS_BOOKMARKS_WINDOW_H
31 #include <gtk/gtkwindow.h>
32 #include "nautilus-bookmark-list.h"
34 GtkWindow
*create_bookmarks_window (NautilusBookmarkList
*bookmarks
,
35 GObject
*undo_manager_source
);
36 void nautilus_bookmarks_window_save_geometry (GtkWindow
*window
);
37 void edit_bookmarks_dialog_set_signals (GObject
*undo_manager_source
);
39 #endif /* NAUTILUS_BOOKMARKS_WINDOW_H */