sethmlarson / virtualbox-python

Complete implementation of VirtualBox's COM API with a Pythonic interface.
https://pypi.org/project/virtualbox
Apache License 2.0
354 stars 75 forks source link

Fix strange names and consistency issues in API names #85

Closed sethmlarson closed 7 years ago

sethmlarson commented 7 years ago

Things like dn_d_mode are bad API for those that don't know what they're looking for. Should categorize all the instances of this here.

sethmlarson commented 7 years ago

This has been completed in the 2.0.0 branch