]> Pileus Git - ~andy/gtk/blob - gdk/gdkmedialib.h
2.11.0
[~andy/gtk] / gdk / gdkmedialib.h
1 /* GDK - The GIMP Drawing Kit
2  * Copyright (C) 2001-2007 Sun Microsystems, Inc.  All rights reserved.
3  * (Brian Cameron, Dmitriy Demin, James Cheng, Padraig O'Briain)
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; either
8  * version 2 of the License, or (at your option) any later version.
9  *
10  * This library 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 GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this library; if not, write to the
17  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18  * Boston, MA 02111-1307, USA.
19  */
20
21 /*
22  * Modified by the GTK+ Team and others 1997-2000.  See the AUTHORS
23  * file for a list of people on the GTK+ Team.  See the ChangeLog
24  * files for a list of changes.  These files are distributed with
25  * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
26  */
27
28 #ifndef __GDK_MEDIALIB_H__
29 #define __GDK_MEDIALIB_H__
30
31 #ifdef USE_MEDIALIB
32 #include <mlib_image.h>
33 #include <mlib_video.h>
34
35 #include <gdktypes.h>
36
37 G_BEGIN_DECLS
38
39 gboolean _gdk_use_medialib (void);
40
41 G_END_DECLS
42
43 #endif /* USE_MEDIALIB */
44 #endif /* __GDK_MEDIALIB_H__ */
45