All Downloads are FREE. Search and download functionalities are using the official Maven repository.

library.webkitgtk_extension.h Maven / Gradle / Ivy

	/*******************************************************************************
 * Copyright (c) 2017 Red Hat and others. All rights reserved.
 * The contents of this file are made available under the terms
 * of the GNU Lesser General Public License (LGPL) Version 2.1 that
 * accompanies this distribution (lgpl-v21.txt).  The LGPL is also
 * available at http://www.gnu.org/licenses/lgpl.html.  If the version
 * of the LGPL at http://www.gnu.org is different to the version of
 * the LGPL accompanying this distribution and there is any conflict
 * between the two license versions, the terms of the LGPL accompanying
 * this distribution shall govern.
 *
 * Contributors:
 *     Red Hat - initial API and implementation
 *******************************************************************************/
#ifndef INC_webkit_extension_H
#define INC_webkit_extension_H

#include 

#include 
#include 

#include 
#include 

#include 
#include 

// These 2 are only for getpid();
#include 
#include 

#include 

#include 
#include 
#include 
#include 

#define WEBKITGTK_EXTENSION_DBUS_NAME "org.eclipse.swt.webkitgtk_extension"
#define WEBKITGTK_EXTENSION_OBJECT_PATH "/org/eclipse/swt/webkitgtk_extension/gdbus"
#define WEBKITGTK_EXTENSION_INTERFACE_NAME "org.eclipse.swt.webkitgtk_extension.gdbusInterface"

#define WEBKIT_MAIN_PROCESS_DBUS_NAME "org.eclipse.swt"
#define WEBKIT_MAIN_PROCESS_OBJECT_PATH "/org/eclipse/swt/gdbus"
#define WEBKIT_MAIN_PROCESS_INTERFACE_NAME "org.eclipse.swt.gdbusInterface"

static WebKitWebExtension *this_extension;

static GDBusNodeInfo *dbus_node;
static GDBusInterfaceInfo *dbus_interface;
static gchar* dbus_introspection_xml;
static gchar* dbus_introspection_xml_template =
""
  ""

	""
	  ""
	  ""
	  ""
	  ""
	 ""

	""
	  ""
	  ""
	  ""
	  ""
	""

  ""
"";

#endif /*INC_webkit_extension_H*/




© 2015 - 2025 Weber Informatics LLC | Privacy Policy