2 * Copyright (C) 2007 Pekka Lampila <pekka.lampila@iki.fi>
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor,
17 * Boston, MA 02110-1301 USA
24 #include "swfdec_as_internal.h"
25 #include "swfdec_debug.h"
27 SWFDEC_AS_NATIVE (13, 0, swfdec_system_ime_getEnabled
)
29 swfdec_system_ime_getEnabled (SwfdecAsContext
*cx
,
30 SwfdecAsObject
*object
, guint argc
, SwfdecAsValue
*argv
,
33 SWFDEC_STUB ("System.IME.getEnabled (static)");
36 SWFDEC_AS_NATIVE (13, 1, swfdec_system_ime_setEnabled
)
38 swfdec_system_ime_setEnabled (SwfdecAsContext
*cx
,
39 SwfdecAsObject
*object
, guint argc
, SwfdecAsValue
*argv
,
42 SWFDEC_STUB ("System.IME.setEnabled (static)");
45 SWFDEC_AS_NATIVE (13, 2, swfdec_system_ime_getCovnersionMode
)
47 swfdec_system_ime_getCovnersionMode (SwfdecAsContext
*cx
,
48 SwfdecAsObject
*object
, guint argc
, SwfdecAsValue
*argv
,
51 SWFDEC_STUB ("System.IME.getCovnersionMode (static)");
54 SWFDEC_AS_NATIVE (13, 3, swfdec_system_ime_setConversionMode
)
56 swfdec_system_ime_setConversionMode (SwfdecAsContext
*cx
,
57 SwfdecAsObject
*object
, guint argc
, SwfdecAsValue
*argv
,
60 SWFDEC_STUB ("System.IME.setConversionMode (static)");
63 SWFDEC_AS_NATIVE (13, 4, swfdec_system_ime_setCompositionString
)
65 swfdec_system_ime_setCompositionString (SwfdecAsContext
*cx
,
66 SwfdecAsObject
*object
, guint argc
, SwfdecAsValue
*argv
,
69 SWFDEC_STUB ("System.IME.setCompositionString (static)");
72 SWFDEC_AS_NATIVE (13, 5, swfdec_system_ime_doConversion
)
74 swfdec_system_ime_doConversion (SwfdecAsContext
*cx
,
75 SwfdecAsObject
*object
, guint argc
, SwfdecAsValue
*argv
,
78 SWFDEC_STUB ("System.IME.doConversion (static)");