1 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
6 * Copyright (C) 2005 Red Hat, 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 * Author: Alexander Larsson <alexl@redhat.com>
25 #ifndef NAUTILUS_WINDOW_BOOKMARKS_H
26 #define NAUTILUS_WINDOW_BOOKMARKS_H
28 #include <libnautilus-private/nautilus-bookmark.h>
29 #include <nautilus-window.h>
30 #include "nautilus-bookmark-list.h"
32 NautilusBookmarkList
*nautilus_get_bookmark_list (void);
33 void nautilus_bookmarks_exiting (void);
34 void nautilus_window_add_bookmark_for_current_location (NautilusWindow
*window
);
35 void nautilus_window_edit_bookmarks (NautilusWindow
*window
);
36 void nautilus_window_initialize_bookmarks_menu (NautilusWindow
*window
);
37 void nautilus_window_remove_bookmarks_menu_callback (NautilusWindow
*window
);