QueryResponses.cs, DumpIndex.cs, IQueryResult.cs, QueryExecutor.cs, QueryResult.cs...
[beagle.git] / chooser-fu / gtkfilesystembeagle.h
blob30b50ffe5aa986206b41ab1d63f825479f739b0f
1 /* GTK - The GIMP Toolkit
2 * gtkfilesystemunix.h: Default implementation of GtkFileSystem for UNIX-like systems
3 * Copyright (C) 2003, Red Hat, Inc.
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version.
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the
17 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 * Boston, MA 02111-1307, USA.
21 #ifndef __GTK_FILE_SYSTEM_UNIX_H__
22 #define __GTK_FILE_SYSTEM_UNIX_H__
24 #include <glib-object.h>
25 #define GTK_FILE_SYSTEM_ENABLE_UNSUPPORTED
26 #include "gtk/gtkfilesystem.h"
28 G_BEGIN_DECLS
30 #define GTK_TYPE_FILE_SYSTEM_UNIX (gtk_file_system_beagle_get_type ())
31 #define GTK_FILE_SYSTEM_UNIX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FILE_SYSTEM_UNIX, GtkFileSystemUnix))
32 #define GTK_IS_FILE_SYSTEM_UNIX(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_FILE_SYSTEM_UNIX))
34 typedef struct _GtkFileSystemUnix GtkFileSystemUnix;
36 GtkFileSystem *gtk_file_system_beagle_new (void);
37 GType gtk_file_system_beagle_get_type (void);
39 G_END_DECLS
41 #endif /* __GTK_FILE_SYSTEM_UNIX_H__ */