Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich2010-02-05 19:59:47 +0000
committerFelipe Heidrich2010-02-05 19:59:47 +0000
commitf2e9164ab0bb4b8ae64f2d157af69ad315fb1bfd (patch)
tree2eddbfe948315ee8d7e0b699e41b218e6e9ea208 /bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras
parent5048049761b082fa8383b82ac8ee3ea6d70e7168 (diff)
downloadeclipse.platform.swt-f2e9164ab0bb4b8ae64f2d157af69ad315fb1bfd.tar.gz
eclipse.platform.swt-f2e9164ab0bb4b8ae64f2d157af69ad315fb1bfd.tar.xz
eclipse.platform.swt-f2e9164ab0bb4b8ae64f2d157af69ad315fb1bfd.zip
*** empty log message ***
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.extras6
1 files changed, 6 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 75b554f8a3..9e78221499 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
@@ -615,6 +615,12 @@
<arg name="observer" swt_gen="true"></arg>
<retval swt_gen="true"></retval>
</method>
+ <method selector="removeObserver:name:object:" swt_gen="true">
+ <arg name="observer" swt_gen="true"></arg>
+ <arg name="aName" swt_gen="true"></arg>
+ <arg name="anObject" swt_gen="true"></arg>
+ <retval swt_gen="true"></retval>
+ </method>
</class>
<class name="NSNumber" swt_gen="mixed" swt_superclass="NSValue">
<method selector="boolValue" swt_gen="true">

Back to the top