Displaying 2 results from an estimated 2 matches for "getcompplugininfo".
2007 Sep 07
1
core improvements
...t accidentally loaded into compiz with an incompatible
API.
The ABI will likely always change rapidly and any plugin that includes
compiz-core.h is also responsible for verifying the ABI version when
being loaded.
The plugin interface can be found in compiz-plugin.h and it will rarely
change. The getCompPluginInfo symbol needs to change every time the
plugin interface changes to ensure that plugins with an old interface
aren't accidentally loaded.
- Object model
We need to easily be able to create new types of objects that plugins
can keep track of and add options to without breaking the API or even
t...
2008 Feb 07
1
[ANNOUNCE] compiz-0.7.0
...Add COMPIZ_BEGIN|END_DECLS.
Split compiz.h into compiz.h and compiz-core.h.
ABIVERSION -> CORE_ABIVERSION.
Remove whitespaces.
Add simple object system, which generalize the privates
Remove duplicate error message.
Add plugin interface version number to getCompPluginInfo
Bump ABI versions.
Add missing object.c.
Adjust core option functions so they match the prototype used
Add core object.
Add core object type.
Add forEach functions to object interface.
Rename ObjectCallbackProc to ObjectCallBackProc and add return
Add...