~ubuntu-branches/ubuntu/raring/qtwebkit-source/raring-proposed

« back to all changes in this revision

Viewing changes to Source/WebCore/bindings/scripts/test/GObject/WebKitDOMFloat64Array.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-02-18 14:24:18 UTC
  • Revision ID: package-import@ubuntu.com-20130218142418-eon0jmjg3nj438uy
Tags: upstream-2.3
ImportĀ upstreamĀ versionĀ 2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 WebKitDOMFloat64Array_h
 
22
#define WebKitDOMFloat64Array_h
 
23
 
 
24
#include <glib-object.h>
 
25
#include <webkit/WebKitDOMArrayBufferView.h>
 
26
#include <webkit/webkitdefines.h>
 
27
#include <webkit/webkitdomdefines.h>
 
28
 
 
29
G_BEGIN_DECLS
 
30
 
 
31
#define WEBKIT_TYPE_DOM_FLOAT64ARRAY            (webkit_dom_float64array_get_type())
 
32
#define WEBKIT_DOM_FLOAT64ARRAY(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_TYPE_DOM_FLOAT64ARRAY, WebKitDOMFloat64Array))
 
33
#define WEBKIT_DOM_FLOAT64ARRAY_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_TYPE_DOM_FLOAT64ARRAY, WebKitDOMFloat64ArrayClass)
 
34
#define WEBKIT_DOM_IS_FLOAT64ARRAY(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_TYPE_DOM_FLOAT64ARRAY))
 
35
#define WEBKIT_DOM_IS_FLOAT64ARRAY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_TYPE_DOM_FLOAT64ARRAY))
 
36
#define WEBKIT_DOM_FLOAT64ARRAY_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_TYPE_DOM_FLOAT64ARRAY, WebKitDOMFloat64ArrayClass))
 
37
 
 
38
struct _WebKitDOMFloat64Array {
 
39
    WebKitDOMArrayBufferView parent_instance;
 
40
};
 
41
 
 
42
struct _WebKitDOMFloat64ArrayClass {
 
43
    WebKitDOMArrayBufferViewClass parent_class;
 
44
};
 
45
 
 
46
WEBKIT_API GType
 
47
webkit_dom_float64array_get_type (void);
 
48
 
 
49
/**
 
50
 * webkit_dom_float64array_foo:
 
51
 * @self: A #WebKitDOMFloat64Array
 
52
 * @array: A #WebKitDOMFloat32Array
 
53
 *
 
54
 * Returns: (transfer none):
 
55
 *
 
56
**/
 
57
WEBKIT_API WebKitDOMInt32Array*
 
58
webkit_dom_float64array_foo(WebKitDOMFloat64Array* self, WebKitDOMFloat32Array* array);
 
59
 
 
60
G_END_DECLS
 
61
 
 
62
#endif /* WebKitDOMFloat64Array_h */