~cern-kicad/kicad/kicad-pns-tom

« back to all changes in this revision

Viewing changes to scripting/python_scripting.h

  • Committer: Maciej Suminski
  • Date: 2013-08-02 13:57:24 UTC
  • mfrom: (4024.1.238 kicad)
  • mto: This revision was merged to the branch mainline in revision 4221.
  • Revision ID: maciej.suminski@cern.ch-20130802135724-gix6orezshkukodv
Upstream merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 * Initializes the Python engine inside pcbnew
25
25
 */
26
26
 
27
 
bool        pcbnewInitPythonScripting();
 
27
bool        pcbnewInitPythonScripting( const char * aUserPluginsPath );
28
28
void        pcbnewFinishPythonScripting();
29
29
 
30
30