mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 18:05:35 +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:
|
// The transfer protocol is as follows:
|
||||||
//
|
//
|
||||||
// - Data sources are registered with SourceOps, data targets with TargetOps.
|
// - Data sources are registered with SourceOps, data targets with TargetOps.
|
||||||
// - A data source receives a RequestEvent when a transfer is initiated.
|
// - A data source receives a RequestEvent when a transfer is initiated.
|
||||||
// It must respond with an OfferOp.
|
// It must respond with an OfferOp.
|
||||||
// - The target receives a DataEvent when transferring to it. It must close
|
// - The target receives a DataEvent when transferring to it. It must close
|
||||||
// the event data after use.
|
// the event data after use.
|
||||||
//
|
//
|
||||||
// When a user initiates a pointer-guided drag and drop transfer, the
|
// When a user initiates a pointer-guided drag and drop transfer, the
|
||||||
// source as well as all potential targets receive an InitiateEvent.
|
// source as well as all potential targets receive an InitiateEvent.
|
||||||
|
|||||||
Reference in New Issue
Block a user