wok view pcmanfm/stuff/pcmanfm.h @ rev 1059

Up: abiword (2.6.4)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jul 15 00:59:07 2008 +0200 (2008-07-15)
parents
children
line source
1 /*
2 * pcmanfm.h
3 *
4 * Copyright 2008 <pcman.tw@gmail.com>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19 * MA 02110-1301, USA.
20 */
22 #ifndef _PCMANFM_H_
23 #define _PCMANFM_H_
25 #include <gtk/gtk.h>
27 G_BEGIN_DECLS
29 /* After opening any window/dialog/tool, this should be called. */
30 void pcmanfm_ref();
32 /* After closing any window/dialog/tool, this should be called.
33 * If the last window is closed and we are not a deamon, pcmanfm will quit.
34 */
35 gboolean pcmanfm_unref();
37 G_END_DECLS
39 #endif