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 WebKitDOMTestActiveDOMObject_h
22#define WebKitDOMTestActiveDOMObject_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_ACTIVE_DOM_OBJECT            (webkit_dom_test_active_dom_object_get_type())
33#define WEBKIT_DOM_TEST_ACTIVE_DOM_OBJECT(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_TEST_ACTIVE_DOM_OBJECT, WebKitDOMTestActiveDOMObject))
34#define WEBKIT_DOM_TEST_ACTIVE_DOM_OBJECT_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_TEST_ACTIVE_DOM_OBJECT, WebKitDOMTestActiveDOMObjectClass)
35#define WEBKIT_DOM_IS_TEST_ACTIVE_DOM_OBJECT(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_TEST_ACTIVE_DOM_OBJECT))
36#define WEBKIT_DOM_IS_TEST_ACTIVE_DOM_OBJECT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_TEST_ACTIVE_DOM_OBJECT))
37#define WEBKIT_DOM_TEST_ACTIVE_DOM_OBJECT_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_TEST_ACTIVE_DOM_OBJECT, WebKitDOMTestActiveDOMObjectClass))
38
39struct _WebKitDOMTestActiveDOMObject {
40    WebKitDOMObject parent_instance;
41};
42
43struct _WebKitDOMTestActiveDOMObjectClass {
44    WebKitDOMObjectClass parent_class;
45};
46
47WEBKIT_API GType
48webkit_dom_test_active_dom_object_get_type(void);
49
50/**
51 * webkit_dom_test_active_dom_object_exciting_function:
52 * @self: A #WebKitDOMTestActiveDOMObject
53 * @nextChild: A #WebKitDOMNode
54 *
55 * Stability: Unstable
56**/
57WEBKIT_API void
58webkit_dom_test_active_dom_object_exciting_function(WebKitDOMTestActiveDOMObject* self, WebKitDOMNode* nextChild);
59
60/**
61 * webkit_dom_test_active_dom_object_post_message:
62 * @self: A #WebKitDOMTestActiveDOMObject
63 * @message: A #gchar
64 *
65 * Stability: Unstable
66**/
67WEBKIT_API void
68webkit_dom_test_active_dom_object_post_message(WebKitDOMTestActiveDOMObject* self, const gchar* message);
69
70/**
71 * webkit_dom_test_active_dom_object_get_exciting_attr:
72 * @self: A #WebKitDOMTestActiveDOMObject
73 *
74 * Returns: A #glong
75 *
76 * Stability: Unstable
77**/
78WEBKIT_API glong
79webkit_dom_test_active_dom_object_get_exciting_attr(WebKitDOMTestActiveDOMObject* self);
80
81G_END_DECLS
82
83#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
84#endif /* WebKitDOMTestActiveDOMObject_h */
85