Package org.freedesktop.wayland.raw
Class wl_data_offer_interface
java.lang.Object
org.freedesktop.wayland.raw.wl_data_offer_interface
struct wl_data_offer_interface {
void (*accept)(struct wl_client *, struct wl_resource *, uint32_t, const char *);
void (*receive)(struct wl_client *, struct wl_resource *, const char *, int32_t);
void (*destroy)(struct wl_client *, struct wl_resource *);
void (*finish)(struct wl_client *, struct wl_resource *);
void (*set_actions)(struct wl_client *, struct wl_resource *, uint32_t, uint32_t);
}
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
void (*accept)(struct wl_client *, struct wl_resource *, uint32_t, const char *)
static class
void (*destroy)(struct wl_client *, struct wl_resource *)
static class
void (*finish)(struct wl_client *, struct wl_resource *)
static class
void (*receive)(struct wl_client *, struct wl_resource *, const char *, int32_t)
static class
void (*set_actions)(struct wl_client *, struct wl_resource *, uint32_t, uint32_t)
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegment
accept
(MemorySegment struct) Getter for field:void (*accept)(struct wl_client *, struct wl_resource *, uint32_t, const char *)
static void
accept
(MemorySegment struct, MemorySegment fieldValue) Setter for field:void (*accept)(struct wl_client *, struct wl_resource *, uint32_t, const char *)
static final AddressLayout
Layout for field:void (*accept)(struct wl_client *, struct wl_resource *, uint32_t, const char *)
static final long
Offset for field:void (*accept)(struct wl_client *, struct wl_resource *, uint32_t, const char *)
static MemorySegment
allocate
(SegmentAllocator allocator) Allocate a segment of sizelayout().byteSize()
usingallocator
static MemorySegment
allocateArray
(long elementCount, SegmentAllocator allocator) Allocate an array of sizeelementCount
usingallocator
.static MemorySegment
asSlice
(MemorySegment array, long index) Obtains a slice ofarrayParam
which selects the array element atindex
.static MemorySegment
destroy
(MemorySegment struct) Getter for field:void (*destroy)(struct wl_client *, struct wl_resource *)
static void
destroy
(MemorySegment struct, MemorySegment fieldValue) Setter for field:void (*destroy)(struct wl_client *, struct wl_resource *)
static final AddressLayout
Layout for field:void (*destroy)(struct wl_client *, struct wl_resource *)
static final long
Offset for field:void (*destroy)(struct wl_client *, struct wl_resource *)
static MemorySegment
finish
(MemorySegment struct) Getter for field:void (*finish)(struct wl_client *, struct wl_resource *)
static void
finish
(MemorySegment struct, MemorySegment fieldValue) Setter for field:void (*finish)(struct wl_client *, struct wl_resource *)
static final AddressLayout
Layout for field:void (*finish)(struct wl_client *, struct wl_resource *)
static final long
Offset for field:void (*finish)(struct wl_client *, struct wl_resource *)
static final GroupLayout
layout()
The layout of this structstatic MemorySegment
receive
(MemorySegment struct) Getter for field:void (*receive)(struct wl_client *, struct wl_resource *, const char *, int32_t)
static void
receive
(MemorySegment struct, MemorySegment fieldValue) Setter for field:void (*receive)(struct wl_client *, struct wl_resource *, const char *, int32_t)
static final AddressLayout
Layout for field:void (*receive)(struct wl_client *, struct wl_resource *, const char *, int32_t)
static final long
Offset for field:void (*receive)(struct wl_client *, struct wl_resource *, const char *, int32_t)
static MemorySegment
reinterpret
(MemorySegment addr, long elementCount, Arena arena, Consumer<MemorySegment> cleanup) Reinterpretsaddr
using targetarena
andcleanupAction
(if any).static MemorySegment
reinterpret
(MemorySegment addr, Arena arena, Consumer<MemorySegment> cleanup) Reinterpretsaddr
using targetarena
andcleanupAction
(if any).static MemorySegment
set_actions
(MemorySegment struct) Getter for field:void (*set_actions)(struct wl_client *, struct wl_resource *, uint32_t, uint32_t)
static void
set_actions
(MemorySegment struct, MemorySegment fieldValue) Setter for field:void (*set_actions)(struct wl_client *, struct wl_resource *, uint32_t, uint32_t)
static final AddressLayout
Layout for field:void (*set_actions)(struct wl_client *, struct wl_resource *, uint32_t, uint32_t)
static final long
Offset for field:void (*set_actions)(struct wl_client *, struct wl_resource *, uint32_t, uint32_t)
static long
sizeof()
The size (in bytes) of this struct
-
Method Details
-
layout
The layout of this struct -
accept$layout
Layout for field:void (*accept)(struct wl_client *, struct wl_resource *, uint32_t, const char *)
-
accept$offset
public static final long accept$offset()Offset for field:void (*accept)(struct wl_client *, struct wl_resource *, uint32_t, const char *)
-
accept
Getter for field:void (*accept)(struct wl_client *, struct wl_resource *, uint32_t, const char *)
-
accept
Setter for field:void (*accept)(struct wl_client *, struct wl_resource *, uint32_t, const char *)
-
receive$layout
Layout for field:void (*receive)(struct wl_client *, struct wl_resource *, const char *, int32_t)
-
receive$offset
public static final long receive$offset()Offset for field:void (*receive)(struct wl_client *, struct wl_resource *, const char *, int32_t)
-
receive
Getter for field:void (*receive)(struct wl_client *, struct wl_resource *, const char *, int32_t)
-
receive
Setter for field:void (*receive)(struct wl_client *, struct wl_resource *, const char *, int32_t)
-
destroy$layout
Layout for field:void (*destroy)(struct wl_client *, struct wl_resource *)
-
destroy$offset
public static final long destroy$offset()Offset for field:void (*destroy)(struct wl_client *, struct wl_resource *)
-
destroy
Getter for field:void (*destroy)(struct wl_client *, struct wl_resource *)
-
destroy
Setter for field:void (*destroy)(struct wl_client *, struct wl_resource *)
-
finish$layout
Layout for field:void (*finish)(struct wl_client *, struct wl_resource *)
-
finish$offset
public static final long finish$offset()Offset for field:void (*finish)(struct wl_client *, struct wl_resource *)
-
finish
Getter for field:void (*finish)(struct wl_client *, struct wl_resource *)
-
finish
Setter for field:void (*finish)(struct wl_client *, struct wl_resource *)
-
set_actions$layout
Layout for field:void (*set_actions)(struct wl_client *, struct wl_resource *, uint32_t, uint32_t)
-
set_actions$offset
public static final long set_actions$offset()Offset for field:void (*set_actions)(struct wl_client *, struct wl_resource *, uint32_t, uint32_t)
-
set_actions
Getter for field:void (*set_actions)(struct wl_client *, struct wl_resource *, uint32_t, uint32_t)
-
set_actions
Setter for field:void (*set_actions)(struct wl_client *, struct wl_resource *, uint32_t, uint32_t)
-
asSlice
Obtains a slice ofarrayParam
which selects the array element atindex
. The returned segment has addressarrayParam.address() + index * layout().byteSize()
-
sizeof
public static long sizeof()The size (in bytes) of this struct -
allocate
Allocate a segment of sizelayout().byteSize()
usingallocator
-
allocateArray
Allocate an array of sizeelementCount
usingallocator
. The returned segment has sizeelementCount * layout().byteSize()
. -
reinterpret
public static MemorySegment reinterpret(MemorySegment addr, Arena arena, Consumer<MemorySegment> cleanup) Reinterpretsaddr
using targetarena
andcleanupAction
(if any). The returned segment has sizelayout().byteSize()
-
reinterpret
public static MemorySegment reinterpret(MemorySegment addr, long elementCount, Arena arena, Consumer<MemorySegment> cleanup) Reinterpretsaddr
using targetarena
andcleanupAction
(if any). The returned segment has sizeelementCount * layout().byteSize()
-