Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Barnes2009-07-20 14:39:43 +0000
committerKevin Barnes2009-07-20 14:39:43 +0000
commit66070ebe2bb907cd52df29e1424ee4f0c319b3fb (patch)
treed0f0f11ccac00a66ea5f00b131f2e15217bab5b0 /bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras
parentb7f2691c01114a0b437530eca606a98c3a3166ea (diff)
downloadeclipse.platform.swt-66070ebe2bb907cd52df29e1424ee4f0c319b3fb.tar.gz
eclipse.platform.swt-66070ebe2bb907cd52df29e1424ee4f0c319b3fb.tar.xz
eclipse.platform.swt-66070ebe2bb907cd52df29e1424ee4f0c319b3fb.zip
277454 - [DND] Mac: Refresh required after dragging file to desktop
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras
index c95ad9a1d2..a94303ef1f 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras
@@ -315,6 +315,10 @@
<arg name="path" swt_gen="true"></arg>
<retval swt_gen="true"></retval>
</method>
+ <method selector="fileExistsAtPath:" swt_gen="true">
+ <arg name="path" swt_gen="true"></arg>
+ <retval swt_gen="true"></retval>
+ </method>
<method selector="fileExistsAtPath:isDirectory:" swt_gen="true">
<arg name="path" swt_gen="true"></arg>
<arg name="isDirectory" swt_gen="true"></arg>

Back to the top