|
|
|
@ -51,7 +51,7 @@ class PluginManager
|
|
|
|
|
* get all services of the given @p servicetype
|
|
|
|
|
*
|
|
|
|
|
* @return A list of services that satisfy the query
|
|
|
|
|
* @see http://developer.kde.org/documentation/library/kdeqt/tradersyntax.html
|
|
|
|
|
* @see http://developer.kde.org/documentation/library/kdetqt/tradersyntax.html
|
|
|
|
|
*/
|
|
|
|
|
static TDETrader::OfferList query( const TQString& constraint = TQString() );
|
|
|
|
|
|
|
|
|
@ -60,7 +60,7 @@ class PluginManager
|
|
|
|
|
* @param constraint A constraint to limit the choices returned, TQString() to
|
|
|
|
|
* get all services of the given @p servicetype
|
|
|
|
|
* @return Pointer to Plugin, or NULL if error
|
|
|
|
|
* @see http://developer.kde.org/documentation/library/kdeqt/tradersyntax.html
|
|
|
|
|
* @see http://developer.kde.org/documentation/library/kdetqt/tradersyntax.html
|
|
|
|
|
*/
|
|
|
|
|
static Amarok::Plugin* createFromQuery( const TQString& constraint = TQString() );
|
|
|
|
|
|
|
|
|
|