Fix a Gtk warning when checking path input in the log viewer.
[anjuta-git-plugin.git] / libanjuta / libanjuta.h
blobb14cc5b9f250a6c64e412958b8f2302b99c14810
1 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
2 /*
3 * libanjuta.h
4 * Copyright (C) Naba Kumar <naba@gnome.org>
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.
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.
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, MA 02110-1301 USA
20 #ifndef LIBANJUTA_H
21 #define LIBANJUTA_H
23 /* FIXME: Update required */
24 #include <libanjuta/anjuta-debug.h>
25 #include <libanjuta/anjuta-encodings.h>
26 #include <libanjuta/anjuta-convert.h>
27 #include <libanjuta/anjuta-enum-types.h>
28 #include <libanjuta/anjuta-launcher.h>
29 #include <libanjuta/anjuta-marshal.h>
30 #include <libanjuta/anjuta-plugin-description.h>
31 #include <libanjuta/anjuta-plugin.h>
32 #include <libanjuta/anjuta-plugin-manager.h>
33 #include <libanjuta/anjuta-plugin-handle.h>
34 #include <libanjuta/anjuta-preferences-dialog.h>
35 #include <libanjuta/anjuta-preferences.h>
36 #include <libanjuta/anjuta-profile.h>
37 #include <libanjuta/anjuta-profile-manager.h>
38 #include <libanjuta/anjuta-save-prompt.h>
39 #include <libanjuta/anjuta-serializer.h>
40 #include <libanjuta/anjuta-session.h>
41 #include <libanjuta/anjuta-shell.h>
42 #include <libanjuta/anjuta-status.h>
43 #include <libanjuta/anjuta-ui.h>
44 #include <libanjuta/anjuta-utils.h>
45 #include <libanjuta/resources.h>
46 #include <libanjuta/anjuta-vcs-status-tree-view.h>
47 #include <libanjuta/anjuta-command.h>
48 #include <libanjuta/anjuta-async-command.h>
50 #endif