From: Dennis S. <sy...@yo...> - 2004-10-05 19:44:56
|
Heya list, I've got some things I'd like to discuss: Currently in plugins we often do BlahPriv *priv = plugin->priv; what do you people think about having something like: BlahPriv *priv = VISUAL_PLUGIN_PRIVATE (plugin); or, would it nicer to make a define in the style of visual_plugin_get_private (plugin);, to be in style with the rest of the accessor methods ? Also, would there be defines, functions to make plugin creation easier ? anyone suggestions ? Cheers, Dennis |