Package: gtk

GBoxed gtk:target-list

Details

A gtk:target-list structure is used to represent a list of target entries. This structure should be treated as opaque. A target entry is a list with the following fields. See the gtk:target-list-new function for an example.
target
A string representation of the target type.
flags
The gtk:target-flags flags for DND.
info
An application assigned integer ID which will get passed as a parameter to e.g. the "selection-get" signal. It allows the application to identify the target type without extensive string compares.
 

See also

2023-3-24