|
|
|
@ -100,7 +100,7 @@ public class TDETrader extends TQObject {
|
|
|
|
|
@return A list of services that satisfy the query
|
|
|
|
|
|
|
|
|
|
@short The main function in the TDETrader class.
|
|
|
|
|
@see #http://developer#kde#org/documentation/library/kdeqt/tradersyntax#html
|
|
|
|
|
@see #http://developer#kde#org/documentation/library/kdetqt/tradersyntax#html
|
|
|
|
|
*/
|
|
|
|
|
public native ArrayList query(String servicetype, String constraint, String preferences);
|
|
|
|
|
public native ArrayList query(String servicetype, String constraint);
|
|
|
|
@ -125,7 +125,7 @@ public class TDETrader extends TQObject {
|
|
|
|
|
@return A list of services that satisfy the query
|
|
|
|
|
|
|
|
|
|
@short A variant of query(), that takes two service types as an input.
|
|
|
|
|
@see #http://developer#kde#org/documentation/library/kdeqt/tradersyntax#html
|
|
|
|
|
@see #http://developer#kde#org/documentation/library/kdetqt/tradersyntax#html
|
|
|
|
|
*/
|
|
|
|
|
public native ArrayList query(String servicetype, String genericServiceType, String constraint, String preferences);
|
|
|
|
|
/**
|
|
|
|
|