Updated Slovenian translation
[nautilus.git] / libnautilus-private / nautilus-monitor.h
blobf1ff3c84621d1f983c634522f4c53b6505737f3d
1 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*-
3 nautilus-monitor.h: file and directory change monitoring for nautilus
5 Copyright (C) 2000, 2001 Eazel, Inc.
7 This program 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 program 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
18 License along with this program; if not, write to the
19 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA.
22 Authors: Seth Nickell <seth@eazel.com>
23 Darin Adler <darin@bentspoon.com>
26 #ifndef NAUTILUS_MONITOR_H
27 #define NAUTILUS_MONITOR_H
29 #include <glib/gtypes.h>
30 #include <gio/gio.h>
32 typedef struct NautilusMonitor NautilusMonitor;
34 gboolean nautilus_monitor_active (void);
35 NautilusMonitor *nautilus_monitor_directory (GFile *location);
36 void nautilus_monitor_cancel (NautilusMonitor *monitor);
38 #endif /* NAUTILUS_MONITOR_H */