| 1 | /* Generated by wayland-scanner 1.16.0 */ |
| 2 | |
| 3 | /* |
| 4 | * Copyright © 2014 Igalia S.L. |
| 5 | * |
| 6 | * Permission to use, copy, modify, distribute, and sell this |
| 7 | * software and its documentation for any purpose is hereby granted |
| 8 | * without fee, provided that the above copyright notice appear in |
| 9 | * all copies and that both that copyright notice and this permission |
| 10 | * notice appear in supporting documentation, and that the name of |
| 11 | * the copyright holders not be used in advertising or publicity |
| 12 | * pertaining to distribution of the software without specific, |
| 13 | * written prior permission. The copyright holders make no |
| 14 | * representations about the suitability of this software for any |
| 15 | * purpose. It is provided "as is" without express or implied |
| 16 | * warranty. |
| 17 | * |
| 18 | * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS |
| 19 | * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND |
| 20 | * FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY |
| 21 | * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 22 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN |
| 23 | * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 24 | * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 25 | * THIS SOFTWARE. |
| 26 | */ |
| 27 | |
| 28 | #include <stdlib.h> |
| 29 | #include <stdint.h> |
| 30 | #include "wayland-util.h" |
| 31 | |
| 32 | extern const struct wl_interface wl_surface_interface; |
| 33 | |
| 34 | static const struct wl_interface *types[] = { |
| 35 | &wl_surface_interface, |
| 36 | NULL, |
| 37 | }; |
| 38 | |
| 39 | static const struct wl_message wl_webkitgtk_requests[] = { |
| 40 | { "bind_surface_to_page" , "ou" , types + 0 }, |
| 41 | }; |
| 42 | |
| 43 | WL_EXPORT const struct wl_interface wl_webkitgtk_interface = { |
| 44 | "wl_webkitgtk" , 1, |
| 45 | 1, wl_webkitgtk_requests, |
| 46 | 0, NULL, |
| 47 | }; |
| 48 | |
| 49 | |