ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/gnome-vfs2-2.3.8-1.src.rpm
[gnome-vfs-httpcaptive.git] / libgnomevfs / gnome-vfs-mime-private.h
1 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
2
3 /* gnome-vfs-mime-private.h
4  *
5  * Copyright (C) 2000 Eazel, Inc
6  *
7  * The Gnome Library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Library 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.
11  *
12  * The Gnome 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  * Library General Public License for more details.
16  *
17  * You should have received a copy of the GNU Library General Public
18  * License along with the Gnome Library; see the file COPYING.LIB.  If not,
19  * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20  * Boston, MA 02111-1307, USA. 
21  */
22
23 #ifndef GNOME_VFS_MIME_PRIVATE_H
24 #define GNOME_VFS_MIME_PRIVATE_H
25
26 #include <libgnomevfs/gnome-vfs-mime-monitor.h>
27
28 G_BEGIN_DECLS
29
30 void _gnome_vfs_mime_info_shutdown            (void);
31 void _gnome_vfs_mime_monitor_emit_data_changed (GnomeVFSMIMEMonitor *monitor);
32
33 typedef struct FileDateTracker FileDateTracker;
34
35 FileDateTracker *_gnome_vfs_file_date_tracker_new                 (void);
36 void             _gnome_vfs_file_date_tracker_free                (FileDateTracker *tracker);
37 void             _gnome_vfs_file_date_tracker_start_tracking_file (FileDateTracker *tracker,
38                                                                   const char      *local_file_path);
39 gboolean         _gnome_vfs_file_date_tracker_date_has_changed    (FileDateTracker *tracker);
40 void             _gnome_vfs_mime_info_mark_gnome_mime_dir_dirty  (void);
41 void             _gnome_vfs_mime_info_mark_user_mime_dir_dirty   (void);
42
43
44 G_END_DECLS
45
46 #endif /* GNOME_VFS_MIME_PRIVATE_H */