mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Gtk to 2.24 Webkit to 1.2.7 Others to latest version install-impl.sh now has option to build webkit if BUILD_WEBKIT_FROM_SOURCE is defined as "yes". git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20560 57a11ea4-9604-0410-9ed3-97b8803252fd
93 lines
2.0 KiB
C
Executable File
93 lines
2.0 KiB
C
Executable File
|
|
/* Generated data (by glib-mkenums) */
|
|
|
|
#ifndef WEBKIT_ENUM_TYPES_H
|
|
#define WEBKIT_ENUM_TYPES_H
|
|
|
|
#include <glib-object.h>
|
|
|
|
#include <webkit/webkitdefines.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
#include <webkit/webkitdownload.h>
|
|
|
|
#define WEBKIT_TYPE_DOWNLOAD_STATUS webkit_download_status_get_type()
|
|
|
|
WEBKIT_API GType
|
|
webkit_download_status_get_type(void);
|
|
|
|
#define WEBKIT_TYPE_DOWNLOAD_ERROR webkit_download_error_get_type()
|
|
|
|
WEBKIT_API GType
|
|
webkit_download_error_get_type(void);
|
|
|
|
#include <webkit/webkiterror.h>
|
|
|
|
#define WEBKIT_TYPE_NETWORK_ERROR webkit_network_error_get_type()
|
|
|
|
WEBKIT_API GType
|
|
webkit_network_error_get_type(void);
|
|
|
|
#define WEBKIT_TYPE_POLICY_ERROR webkit_policy_error_get_type()
|
|
|
|
WEBKIT_API GType
|
|
webkit_policy_error_get_type(void);
|
|
|
|
#define WEBKIT_TYPE_PLUGIN_ERROR webkit_plugin_error_get_type()
|
|
|
|
WEBKIT_API GType
|
|
webkit_plugin_error_get_type(void);
|
|
|
|
#include <webkit/webkithittestresult.h>
|
|
|
|
#define WEBKIT_TYPE_HIT_TEST_RESULT_CONTEXT webkit_hit_test_result_context_get_type()
|
|
|
|
WEBKIT_API GType
|
|
webkit_hit_test_result_context_get_type(void);
|
|
|
|
#include <webkit/webkitwebframe.h>
|
|
|
|
#define WEBKIT_TYPE_LOAD_STATUS webkit_load_status_get_type()
|
|
|
|
WEBKIT_API GType
|
|
webkit_load_status_get_type(void);
|
|
|
|
#include <webkit/webkitwebnavigationaction.h>
|
|
|
|
#define WEBKIT_TYPE_WEB_NAVIGATION_REASON webkit_web_navigation_reason_get_type()
|
|
|
|
WEBKIT_API GType
|
|
webkit_web_navigation_reason_get_type(void);
|
|
|
|
#include <webkit/webkitwebsettings.h>
|
|
|
|
#define WEBKIT_TYPE_EDITING_BEHAVIOR webkit_editing_behavior_get_type()
|
|
|
|
WEBKIT_API GType
|
|
webkit_editing_behavior_get_type(void);
|
|
|
|
#include <webkit/webkitwebview.h>
|
|
|
|
#define WEBKIT_TYPE_NAVIGATION_RESPONSE webkit_navigation_response_get_type()
|
|
|
|
WEBKIT_API GType
|
|
webkit_navigation_response_get_type(void);
|
|
|
|
#define WEBKIT_TYPE_CACHE_MODEL webkit_cache_model_get_type()
|
|
|
|
WEBKIT_API GType
|
|
webkit_cache_model_get_type(void);
|
|
|
|
#define WEBKIT_TYPE_WEB_VIEW_TARGET_INFO webkit_web_view_target_info_get_type()
|
|
|
|
WEBKIT_API GType
|
|
webkit_web_view_target_info_get_type(void);
|
|
|
|
G_END_DECLS
|
|
|
|
#endif
|
|
|
|
/* Generated data ends here */
|
|
|