Ticket #1156 (closed defect: fixed)
textBufferPasteClipboard
| Reported by: | guest | Owned by: | axel |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.10.1 |
| Component: | general (Gtk+, Glib) | Version: | 0.9.12 |
| Keywords: | paste TextBuffer | Cc: |
Description
Unable to paste at the current cursor position
In TextBuffer?, function textBufferPasteClipboard has type
textBufferPasteClipboard :: TextBufferClass? self => self -> Clipboard -> TextIter? -> Bool defaultEditable -> IO ()
I think the type should be textBufferPasteClipboard :: TextBufferClass? self => self -> Clipboard -> Maybe TextIter? -> Bool defaultEditable -> IO ()
Change History
Note: See
TracTickets for help on using
tickets.