- Change Summary:
-
rebased
- Commits:
-
Summary ID e06c843de7f8cccf92d02dda4338ff2004405cea 2c1998a8152a52e0791a63ec4d7709a41a4c5c57
Add an unloadable property to GPluginPluginInfo and add a shutdown parameter to gplugin_unload.
Review Request #943 — Created Sept. 25, 2021 and submitted
Add an unloadable property to GPluginPluginInfo and add a shutdown parameter to
gplugin_unload
.This allows plugins that can only be shutdown once to handle things properly. Examples of this are basically anything that pulls in another library that doesn't allow you to
_init
and_uninit
more than once.
Ran the unit tests and gplugin-query.
Summary | ID |
---|---|
30bd12b49df3f3d6f74a9e1885e594509c5e35aa |
Description | From | Last Updated |
---|---|---|
Whether |
QuLogic | |
s/a the/the/ s/and can/can/ |
QuLogic | |
unloadable |
QuLogic | |
I'd put a space between if and ( since there's one between ) and then. Also, the indent appears to … |
QuLogic | |
Did you manage to actually fix it with a ref? Or with this set context? |
QuLogic | |
PyBool_FromLong seems better here. |
QuLogic |
- Description:
-
~ Add an unloadable property to GPluginPluginInfo and add a shutdown parameter to gplugin_unload.
~ Add an unloadable property to GPluginPluginInfo and add a shutdown parameter to
gplugin_unload
.This allows plugins that can only be shutdown once to handle things properly. Examples of this are basically anything that pulls in another library that doesn't allow you to
_init
and_uninit
more than once.