1
2/* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */
3
4/*
5 * Copyright (C) 2017 Igalia S.L.
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Library General Public
9 * License as published by the Free Software Foundation; either
10 * version 2 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Library General Public License for more details.
16 *
17 * You should have received a copy of the GNU Library General Public License
18 * along with this library; see the file COPYING.LIB. If not, write to
19 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20 * Boston, MA 02110-1301, USA.
21 */
22
23#if !defined(__WEBKIT_WEB_EXTENSION_H_INSIDE__) && !defined(WEBKIT2_COMPILATION)
24#error "Only <webkit2/webkit-web-extension.h> can be included directly."
25#endif
26
27#ifndef WEBKIT_WEB_PROCESS_ENUM_TYPES_H
28#define WEBKIT_WEB_PROCESS_ENUM_TYPES_H
29
30#include <glib-object.h>
31#include <webkit2/WebKitDefines.h>
32
33G_BEGIN_DECLS
34/* Enumerations from WebKitConsoleMessage.h. */
35#define WEBKIT_TYPE_CONSOLE_MESSAGE_SOURCE webkit_console_message_source_get_type ()
36
37WEBKIT_API GType
38webkit_console_message_source_get_type (void);
39#define WEBKIT_TYPE_CONSOLE_MESSAGE_LEVEL webkit_console_message_level_get_type ()
40
41WEBKIT_API GType
42webkit_console_message_level_get_type (void);
43/* Enumerations from WebKitWebPage.h. */
44#define WEBKIT_TYPE_FORM_SUBMISSION_STEP webkit_form_submission_step_get_type ()
45
46WEBKIT_API GType
47webkit_form_submission_step_get_type (void);
48G_END_DECLS
49
50#endif
51
52/* Generated data ends here */
53
54