Updated Slovenian translation
[nautilus.git] / libnautilus-private / nautilus-directory-background.h
blob97823ec8a3883a3e91bcfd7691df80ee88dbca58
1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
3 /*
4 nautilus-directory-background.h: Helper for the background of a widget
5 that is viewing a particular directory.
7 Copyright (C) 2000 Eazel, Inc.
9 This program is free software; you can redistribute it and/or
10 modify it under the terms of the GNU General Public License as
11 published by the Free Software Foundation; either version 2 of the
12 License, or (at your option) any later version.
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 General Public License for more details.
19 You should have received a copy of the GNU General Public
20 License along with this program; if not, write to the
21 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
22 Boston, MA 02111-1307, USA.
24 Author: Darin Adler <darin@bentspoon.com>
27 #include <eel/eel-background.h>
28 #include <libnautilus-private/nautilus-file.h>
29 #include <libnautilus-private/nautilus-icon-container.h>
31 void nautilus_connect_background_to_file_metadata (GtkWidget *widget,
32 NautilusFile *file,
33 GdkDragAction default_drag_action);
34 void nautilus_connect_desktop_background_to_file_metadata (NautilusIconContainer *icon_container,
35 NautilusFile *file);
36 gboolean nautilus_file_background_is_set (EelBackground *background);