mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
io/transfer: fix package description formatting
Signed-off-by: Pierre Curto <pierre.curto@gmail.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