| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Gtk.Structs.TargetPair
Description
A #GtkTargetPair is used to represent the same information as a table of #GtkTargetEntry, but in an efficient form.
- newtype TargetPair = TargetPair (ForeignPtr TargetPair)
- noTargetPair :: Maybe TargetPair
- targetPairReadFlags :: TargetPair -> IO Word32
- targetPairReadInfo :: TargetPair -> IO Word32
- targetPairReadTarget :: TargetPair -> IO Atom
Exported types
newtype TargetPair Source
Constructors
| TargetPair (ForeignPtr TargetPair) |