Fix a Gtk warning when checking path input in the log viewer.
[anjuta-git-plugin.git] / src / anjuta.h
blob6aacb11f9b50448139ac0e2ce21d2e60ae47aa7f
1 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
2 /*
3 * anjuta.h
4 * Copyright (C) 2000 Naba Kumar <naba@gnome.org>
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the Free
8 * Software Foundation; either version 2 of the License, or (at your option)
9 * any later version.
11 * This program is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 * for more details.
16 * You should have received a copy of the GNU General Public License along
17 * with this program; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 #ifndef _ANJUTA_H_
22 #define _ANJUTA_H_
24 #include <libanjuta/e-splash.h>
25 #include "anjuta-app.h"
27 AnjutaApp* anjuta_new (gchar *prog_name, GList *prog_args, gboolean no_splash,
28 gboolean no_session, gboolean no_files,
29 const gchar *im_file, gboolean proper_shutdown,
30 const gchar *geometry);
32 #endif