You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
549 B
20 lines
549 B
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.trinitydesktop.qt;
|
|
|
|
import org.trinitydesktop.qt.Qt;
|
|
|
|
public class TQMimeSource implements QtSupport, TQMimeSourceInterface {
|
|
private long _qt;
|
|
private boolean _allocatedInJavaWorld = true;
|
|
protected TQMimeSource(Class dummy){}
|
|
|
|
public native String format(int n);
|
|
public native String format();
|
|
public native boolean provides(String arg1);
|
|
public native byte[] encodedData(String arg1);
|
|
public native int serialNumber();
|
|
/** Internal method */
|
|
protected native long mimeSource();
|
|
|
|
}
|