~ubuntu-branches/ubuntu/precise/python-qt4/precise-proposed

« back to all changes in this revision

Viewing changes to sip/QtXmlPatterns/qxmlquery.sip

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell, Jonathan Riddell
  • Date: 2010-11-08 16:13:33 UTC
  • mfrom: (1.5.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20101108161333-0nec4wu0nz3wpf9r
Tags: 4.8.1-0ubuntu1
[ Jonathan Riddell ]
* New upstream release
* Build against python-sip-dev 4.11.2
* Remove kubuntu_02_fix-scpk-and-flag-issue.diff merged upstream
* Install __init__.py into /usr/lib/python3.2/dist-packages/PyQt4,
  fixes Python 3 support
* Add QtDeclarative to python-qt4
* Add kubuntu_03_uiparser.diff from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// qxmlquery.sip generated by MetaSIP on Mon Sep 20 14:10:28 2010
 
1
// qxmlquery.sip generated by MetaSIP on Fri Oct 29 15:43:58 2010
2
2
//
3
3
// This file is part of the QtXmlPatterns Python extension module.
4
4
//
55
55
    QXmlQuery(QXmlQuery::QueryLanguage, const QXmlNamePool &pool = QXmlNamePool());
56
56
%End
57
57
    ~QXmlQuery();
58
 
    void setMessageHandler(QAbstractMessageHandler *);
 
58
    void setMessageHandler(QAbstractMessageHandler * /KeepReference/);
59
59
    QAbstractMessageHandler *messageHandler() const;
60
60
    void setQuery(const QString &, const QUrl &documentUri = QUrl());
61
61
    void setQuery(QIODevice *, const QUrl &documentUri = QUrl());
125
125
%End
126
126
 
127
127
%End
128
 
    void setUriResolver(const QAbstractUriResolver *);
 
128
    void setUriResolver(const QAbstractUriResolver * /KeepReference/);
129
129
    const QAbstractUriResolver *uriResolver() const;
130
130
    void setFocus(const QXmlItem &);
131
131
%If (Qt_4_5_0 -)
147
147
    QXmlName initialTemplateName() const;
148
148
%End
149
149
%If (Qt_4_5_0 -)
150
 
    void setNetworkAccessManager(QNetworkAccessManager *);
 
150
    void setNetworkAccessManager(QNetworkAccessManager * /KeepReference/);
151
151
%End
152
152
%If (Qt_4_5_0 -)
153
153
    QNetworkAccessManager *networkAccessManager() const;