add blend mode tests
[swfdec.git] / swfdec / swfdec_character.c
blobdb1aff52b21a58e1b8181452c29810174ffe230d
1 /* Swfdec
2 * Copyright (C) 2003-2006 David Schleef <ds@schleef.org>
3 * 2005-2006 Eric Anholt <eric@anholt.net>
4 * 2006 Benjamin Otte <otte@gnome.org>
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * This library 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 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 * Boston, MA 02110-1301 USA
22 #ifdef HAVE_CONFIG_H
23 #include "config.h"
24 #endif
26 #include "swfdec_character.h"
27 #include "swfdec_debug.h"
28 #include "swfdec_decoder.h"
31 G_DEFINE_ABSTRACT_TYPE (SwfdecCharacter, swfdec_character, G_TYPE_OBJECT)
33 static void
34 swfdec_character_class_init (SwfdecCharacterClass *klass)
38 static void
39 swfdec_character_init (SwfdecCharacter *character)