SF.net SVN: geany:[4242] trunk/doc/pluginsymbols.c

ntrel at users.sourceforge.net ntrel at xxxxx
Sun Sep 27 12:06:09 UTC 2009


Revision: 4242
          http://geany.svn.sourceforge.net/geany/?rev=4242&view=rev
Author:   ntrel
Date:     2009-09-27 12:06:08 +0000 (Sun, 27 Sep 2009)

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

Modified Paths:
--------------
    trunk/doc/pluginsymbols.c

Modified: trunk/doc/pluginsymbols.c
===================================================================
--- trunk/doc/pluginsymbols.c	2009-09-27 12:01:36 UTC (rev 4241)
+++ trunk/doc/pluginsymbols.c	2009-09-27 12:06:08 UTC (rev 4242)
@@ -88,7 +88,8 @@
 
 /** 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);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list