search: Use G_REGEX_MULTILINE for find in files.
[anjuta.git] / plugins / am-project / ac-writer.h
blob0ddd5ebc437355b637701809d27de76a7b8c259f
1 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4; coding: utf-8 -*- */
2 /* ac-writer.h
4 * Copyright (C) 2009 Sébastien Granjoux
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; either version 2 of the
9 * License, or (at your option) any later version.
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 GNU
14 * General Public License for more details.
16 * You should have received a copy of the GNU General Public
17 * License along with this program; if not, write to the
18 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 * Boston, MA 02111-1307, USA.
22 #ifndef _AC_WRITER_H_
23 #define _AC_WRITER_H_
25 #include "am-project.h"
27 #include <glib.h>
28 #include <gio/gio.h>
30 G_BEGIN_DECLS
32 gboolean amp_project_update_ac_property (AmpProject *project, AnjutaProjectProperty *property);
34 gboolean amp_module_node_create_token (AmpProject *project, AmpModuleNode *module, GError **error);
35 gboolean amp_module_node_delete_token (AmpProject *project, AmpModuleNode *module, GError **error);
37 gboolean amp_package_node_create_token (AmpProject *project, AmpPackageNode *package, GError **error);
38 gboolean amp_package_node_delete_token (AmpProject *project, AmpPackageNode *package, GError **error);
40 G_END_DECLS
42 #endif /* _AC_WRITER_H_ */