Warn that plugin_configure_single() does not integrate as well with the multiple-plugin dialog.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4242 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2009-09-27 12:06:08 +00:00
parent ce104016c9
commit c1cbc28d6b

View File

@ -88,7 +88,8 @@ GtkWidget *plugin_configure(GtkDialog *dialog);
/** Called when a plugin should show a preferences dialog, if plugin_configure() has not been
* implemented.
* @note It's better to implement plugin_configure() instead, but this is simpler.
* @warning It's better to implement plugin_configure() instead, but this is simpler.
* This does not integrate as well with the multiple-plugin dialog.
* @param parent Pass this as the parent widget if showing a dialog.
* @see plugin_configure(). */
void plugin_configure_single(GtkWidget *parent);