Kaydet (Commit) 37c874f9 authored tarafından Nick Treleaven's avatar Nick Treleaven

Add note about using Stash to make implementing preferences easier.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5099 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 49ed139d
......@@ -83,6 +83,7 @@ KeyBindingGroup *plugin_key_group;
* 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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment