add debugging messages for memory (de)allocation
[swfdec.git] / libswfdec / swfdec_character.c
blobb31b3cf3995a55c5ef2b5a486ca9709cdf0cb8ce
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 <string.h>
27 #include "swfdec_character.h"
28 #include "swfdec_debug.h"
29 #include "swfdec_decoder.h"
32 G_DEFINE_ABSTRACT_TYPE (SwfdecCharacter, swfdec_character, G_TYPE_OBJECT)
34 static void
35 swfdec_character_class_init (SwfdecCharacterClass *klass)
39 static void
40 swfdec_character_init (SwfdecCharacter *character)