Skip to content

Python plugins

Mathias Siegel requested to merge python-plugins into master

Finalizing the Remmina Python plugin API.

Description

A Python script can now be loaded by Remmina and has access to 100% of the Remmina C-API through the 'remmina' Python module.

Related Issue

Issue

How Has This Been Tested?

Every single function has been tested manually.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly. (Please check the Wiki. It can be copied to the Remmina wiki when approved).
  • Ran with Sanitizer-built
Edited by Mathias Siegel

Merge request reports