Revision: 5099 http://geany.svn.sourceforge.net/geany/?rev=5099&view=rev Author: ntrel Date: 2010-07-09 15:13:14 +0000 (Fri, 09 Jul 2010)
Log Message: ----------- Add note about using Stash to make implementing preferences easier.
Modified Paths: -------------- trunk/doc/pluginsymbols.c
Modified: trunk/doc/pluginsymbols.c =================================================================== --- trunk/doc/pluginsymbols.c 2010-07-09 12:12:23 UTC (rev 5098) +++ trunk/doc/pluginsymbols.c 2010-07-09 15:13:14 UTC (rev 5099) @@ -83,6 +83,7 @@ * connect the @c "response" signal. If settings should be read from the dialog, the * reponse will be either @c GTK_RESPONSE_OK or @c GTK_RESPONSE_APPLY. * @return A container widget holding preference widgets. + * @note Using @link stash.h Stash @endlink can make implementing preferences easier. * @see plugin_configure_single(). */ GtkWidget *plugin_configure(GtkDialog *dialog);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.