Showing with 4 additions and 0 deletions.
  1. +4 −0 python/core/qgsdatasourceuri.sip
4 changes: 4 additions & 0 deletions python/core/qgsdatasourceuri.sip
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ class QgsDataSourceURI
//! return complete uri
QString uri() const;

//! return complete encoded uri (generic mode)
// \note added in 1.9
QByteArray encodedUri() const;

//! set complete encoded uri (generic mode)
// \note added in 1.9
void setEncodedUri( const QString & uri );
Expand Down