code-analyzer: Fixed bgo#667903 - Code Analyzer Crashes
[anjuta.git] / libfoocanvas / libfoocanvas.h
blobadce512ff86da8281c26515a4c9a4f42478e52ca
1 /*
2 * Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation
3 * All rights reserved.
5 * This file is part of the Gnome Library.
7 * The Gnome Library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Library General Public License as
9 * published by the Free Software Foundation; either version 2 of the
10 * License, or (at your option) any later version.
12 * The Gnome Library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Library General Public License for more details.
17 * You should have received a copy of the GNU Library General Public
18 * License along with the Gnome Library; see the file COPYING.LIB. If not,
19 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 * Boston, MA 02111-1307, USA.
23 @NOTATION@
26 #ifndef LIBFOOCANVAS_H
27 #define LIBFOOCANVAS_H
29 #include <libfoocanvas/foo-canvas.h>
30 #include <libfoocanvas/foo-canvas-line.h>
31 #include <libfoocanvas/foo-canvas-text.h>
32 #include <libfoocanvas/foo-canvas-polygon.h>
33 #include <libfoocanvas/foo-canvas-pixbuf.h>
34 #include <libfoocanvas/foo-canvas-widget.h>
35 #include <libfoocanvas/foo-canvas-rect-ellipse.h>
36 #include <libfoocanvas/foo-canvas-util.h>
38 G_BEGIN_DECLS
40 GType foo_canvas_points_get_type (void);
41 #define FOO_TYPE_CANVAS_POINTS foo_canvas_points_get_type()
43 G_END_DECLS
45 #endif /* LIBFOOCANVAS_H */