mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-07 10:25:37 +00:00
all: format comments with go fmt ./... using Go 1.19
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
//
|
||||
// The transfer protocol is as follows:
|
||||
//
|
||||
// - Data sources are registered with SourceOps, data targets with TargetOps.
|
||||
// - A data source receives a RequestEvent when a transfer is initiated.
|
||||
// It must respond with an OfferOp.
|
||||
// - The target receives a DataEvent when transferring to it. It must close
|
||||
// the event data after use.
|
||||
// - Data sources are registered with SourceOps, data targets with TargetOps.
|
||||
// - A data source receives a RequestEvent when a transfer is initiated.
|
||||
// It must respond with an OfferOp.
|
||||
// - The target receives a DataEvent when transferring to it. It must close
|
||||
// the event data after use.
|
||||
//
|
||||
// When a user initiates a pointer-guided drag and drop transfer, the
|
||||
// source as well as all potential targets receive an InitiateEvent.
|
||||
|
||||
Reference in New Issue
Block a user