comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/dnd/ClipboardProxy.d @ 108:b397a43d66d1

Updated swt linux for DMD 1.063 and latest Tango trunk.
author Jacob Carlborg <doob@me.com>
date Wed, 25 Aug 2010 23:08:27 +0200
parents 7e78af7adab5
children
comparison
equal deleted inserted replaced
107:e944a4cf537b 108:b397a43d66d1
117 } 117 }
118 /** 118 /**
119 * This function provides the data to the clipboard on request. 119 * This function provides the data to the clipboard on request.
120 * When this clipboard is disposed, the data will no longer be available. 120 * When this clipboard is disposed, the data will no longer be available.
121 */ 121 */
122 void getFunc( 122 int getFunc(
123 GtkClipboard *clipboard, 123 GtkClipboard *clipboard,
124 GtkSelectionData *selectionData, 124 GtkSelectionData *selectionData,
125 uint info) 125 uint info)
126 { 126 {
127 if (selectionData is null) return 0; 127 if (selectionData is null) return 0;