Skip to content

Commit

Permalink
sip in file
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Jul 17, 2019
1 parent 380d5c7 commit 447b107
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions python/core/auto_generated/qgsarrayutils.sip.in
@@ -0,0 +1,44 @@
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsarrayutils.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/



%ModuleHeaderCode
#include "qgsarrayutils.h"
%End

namespace QgsArrayUtils
{

QVariantList parse( const QString &string );
%Docstring
Returns a QVariantList created out of a string containing an array in postgres array format {1,2,3} or {"a","b","c"}

:param string: The formatted list in a string

.. versionadded:: 3.8
%End

QString build( const QVariantList &list );
%Docstring
Build a hstore-formatted string from a QVariantMap.

:param map: The map to format as a string

.. versionadded:: 3.8
%End

};

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsarrayutils.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/

0 comments on commit 447b107

Please sign in to comment.