glade: Fix make file some files were not installed
[anjuta.git] / plugins / project-manager / project-util.h
blobfce88f2cd0ce8ba91fbb8a78ef9ff387c22a29a4
1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4; coding: utf-8 -*-
2 *
3 * Copyright (C) 2003 Gustavo Giráldez
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
10 * This program 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
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor,
18 * Boston, MA 02110-1301, USA.
20 * Author: Gustavo Giráldez <gustavo.giraldez@gmx.net>
23 #ifndef __PROJECT_UTIL_H__
24 #define __PROJECT_UTIL_H__
26 #include <glib.h>
27 #include <gtk/gtk.h>
28 #include <libanjuta/anjuta-project.h>
29 #include "project.h"
31 G_BEGIN_DECLS
33 GList * gbf_project_util_node_all (AnjutaProjectNode *parent,
34 AnjutaProjectNodeType type);
36 GList * gbf_project_util_replace_by_file (GList* list);
38 G_END_DECLS
40 #endif /* __PROJECT_UTIL_H__ */