зеркало из https://github.com/mozilla/pjs.git
Removed nsITextDataFlavor.h from the makefiles
This commit is contained in:
Родитель
7133740cbd
Коммит
9034aed474
|
@ -5,7 +5,6 @@
|
|||
nsIClipboard.h
|
||||
nsIDragTarget.h
|
||||
nsIDragSource.h
|
||||
nsITextDataFlavor.h
|
||||
nsIDataFlavor.h
|
||||
nsITransferable.h
|
||||
nsIDragService.h
|
||||
|
|
|
@ -28,7 +28,6 @@ EXPORTS = \
|
|||
nsIClipboard.h \
|
||||
nsIDragTarget.h \
|
||||
nsIDragSource.h \
|
||||
nsITextDataFlavor.h \
|
||||
nsIDataFlavor.h \
|
||||
nsITransferable.h \
|
||||
nsIDragService.h \
|
||||
|
|
|
@ -25,7 +25,6 @@ EXPORTS=nsui.h \
|
|||
nsIClipboard.h \
|
||||
nsIDragTarget.h \
|
||||
nsIDragSource.h \
|
||||
nsITextDataFlavor.h \
|
||||
nsIDataFlavor.h \
|
||||
nsITransferable.h \
|
||||
nsIDragService.h \
|
||||
|
|
|
@ -62,7 +62,7 @@ class nsITransferable : public nsISupports {
|
|||
* @param aFlavor the flavor of data to retrieve
|
||||
* @param aData the data
|
||||
*/
|
||||
NS_IMETHOD SetTransferData(nsString & aStr) = 0;
|
||||
NS_IMETHOD SetTransferData(const nsString & aStr) = 0;
|
||||
|
||||
/**
|
||||
* Initializes the data flavor
|
||||
|
@ -79,6 +79,12 @@ class nsITransferable : public nsISupports {
|
|||
*/
|
||||
NS_IMETHOD GetNativeData(void ** aData) = 0;
|
||||
|
||||
/**
|
||||
* Tells the transferrable, that now is the time to set the data on the native clipboard
|
||||
*
|
||||
*/
|
||||
NS_IMETHOD SetNativeClipboard() = 0;
|
||||
|
||||
/**
|
||||
* Sets Native data
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче