#include <stdbool.h>
#include <stdlib.h>
#include <stdint.h>
#include "wayland-util.h"
#ifndef __has_attribute
#define __has_attribute …
#endif
#if (__has_attribute(visibility) || defined(__GNUC__) && __GNUC__ >= 4)
#define WL_PRIVATE …
#else
#define WL_PRIVATE
#endif
extern const struct wl_interface gtk_primary_selection_device_interface;
extern const struct wl_interface gtk_primary_selection_offer_interface;
extern const struct wl_interface gtk_primary_selection_source_interface;
extern const struct wl_interface wl_seat_interface;
static const struct wl_interface *gtk_primary_selection_types[] = …;
static const struct wl_message gtk_primary_selection_device_manager_requests[] = …;
WL_PRIVATE const struct wl_interface gtk_primary_selection_device_manager_interface = …;
static const struct wl_message gtk_primary_selection_device_requests[] = …;
static const struct wl_message gtk_primary_selection_device_events[] = …;
WL_PRIVATE const struct wl_interface gtk_primary_selection_device_interface = …;
static const struct wl_message gtk_primary_selection_offer_requests[] = …;
static const struct wl_message gtk_primary_selection_offer_events[] = …;
WL_PRIVATE const struct wl_interface gtk_primary_selection_offer_interface = …;
static const struct wl_message gtk_primary_selection_source_requests[] = …;
static const struct wl_message gtk_primary_selection_source_events[] = …;
WL_PRIVATE const struct wl_interface gtk_primary_selection_source_interface = …;