~ubuntu-branches/ubuntu/lucid/kdebindings/lucid-updates

« back to all changes in this revision

Viewing changes to python/pykde4/sip/dnssd/servicebrowser.sip

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-06-28 13:49:04 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20090628134904-z9npn50sj25hscc9
Tags: 4:4.2.95-0ubuntu1
* New upstream release
  - Bump kdelibs5-dev and kdepimlibs5-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
    explicit                ServiceBrowser (const QString& type, bool autoResolve = 0, const QString& domain = QString(), const QString& subtype = QString());
41
41
    
42
 
    //QList<DNSSD::RemoteService::Ptr> services () const;
 
42
    QList<DNSSD::RemoteService::Ptr> services () const;
43
43
 
44
44
    virtual void            startBrowse ();
45
45
    static DNSSD::ServiceBrowser::State  isAvailable ();