Guy Harris
changed
bug 11315
What |
Removed |
Added |
Component |
Qt UI
|
Common utilities (libwsutil)
|
Hardware |
x86
|
All
|
Comment # 1
on bug 11315
from Guy Harris
There's already a way for compiled plugins to register some information; see
wsutil/plugins.c. Adding an author and description string to the "plugin"
structure, and adding a type field indicating whether it's a compiled plugin or
a Lua plugin (or possibly other plugin types in the future), and replacing
"handle" with a union that includes a GHandle for compiled plugins, is probably
the way to go here.
You are receiving this mail because:
- You are watching all bug changes.