1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: 8; c-basic-offset: 8 -*- */
6 * Copyright (C) 1999, 2000 Red Hat, Inc.
7 * Copyright (C) 1999, 2000 Eazel, Inc.
9 * Nautilus 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 * Nautilus 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 License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
27 #ifndef NAUTILUS_MAIN_H
28 #define NAUTILUS_MAIN_H
30 #include <gtk/gtktypeutils.h>
32 void nautilus_main_event_loop_register (GtkObject
*object
);
33 gboolean
nautilus_main_is_event_loop_mainstay (GtkObject
*object
);
34 void nautilus_main_event_loop_quit (gboolean
explicit);
36 #endif /* NAUTILUS_MAIN_H */