1/*
2 *  This file is part of the WebKit open source project.
3 *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
4 *
5 *  This library is free software; you can redistribute it and/or
6 *  modify it under the terms of the GNU Library 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 *  Library General Public License for more details.
14 *
15 *  You should have received a copy of the GNU Library General Public License
16 *  along with this library; see the file COPYING.LIB.  If not, write to
17 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18 *  Boston, MA 02110-1301, USA.
19 */
20
21#ifndef WebKitDOMTestEventConstructor_h
22#define WebKitDOMTestEventConstructor_h
23
24#ifdef WEBKIT_DOM_USE_UNSTABLE_API
25
26#include <glib-object.h>
27#include <webkitdom/WebKitDOMObject.h>
28#include <webkitdom/webkitdomdefines-unstable.h>
29
30G_BEGIN_DECLS
31
32#define WEBKIT_DOM_TYPE_TEST_EVENT_CONSTRUCTOR            (webkit_dom_test_event_constructor_get_type())
33#define WEBKIT_DOM_TEST_EVENT_CONSTRUCTOR(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_TEST_EVENT_CONSTRUCTOR, WebKitDOMTestEventConstructor))
34#define WEBKIT_DOM_TEST_EVENT_CONSTRUCTOR_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_TEST_EVENT_CONSTRUCTOR, WebKitDOMTestEventConstructorClass)
35#define WEBKIT_DOM_IS_TEST_EVENT_CONSTRUCTOR(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_TEST_EVENT_CONSTRUCTOR))
36#define WEBKIT_DOM_IS_TEST_EVENT_CONSTRUCTOR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_TEST_EVENT_CONSTRUCTOR))
37#define WEBKIT_DOM_TEST_EVENT_CONSTRUCTOR_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_TEST_EVENT_CONSTRUCTOR, WebKitDOMTestEventConstructorClass))
38
39struct _WebKitDOMTestEventConstructor {
40    WebKitDOMObject parent_instance;
41};
42
43struct _WebKitDOMTestEventConstructorClass {
44    WebKitDOMObjectClass parent_class;
45};
46
47WEBKIT_API GType
48webkit_dom_test_event_constructor_get_type(void);
49
50/**
51 * webkit_dom_test_event_constructor_get_attr1:
52 * @self: A #WebKitDOMTestEventConstructor
53 *
54 * Returns: A #gchar
55 *
56 * Stability: Unstable
57**/
58WEBKIT_API gchar*
59webkit_dom_test_event_constructor_get_attr1(WebKitDOMTestEventConstructor* self);
60
61/**
62 * webkit_dom_test_event_constructor_get_attr2:
63 * @self: A #WebKitDOMTestEventConstructor
64 *
65 * Returns: A #gchar
66 *
67 * Stability: Unstable
68**/
69WEBKIT_API gchar*
70webkit_dom_test_event_constructor_get_attr2(WebKitDOMTestEventConstructor* self);
71
72G_END_DECLS
73
74#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
75#endif /* WebKitDOMTestEventConstructor_h */
76