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

Fix wrong parameter for "project-close" signal.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/branches/split-window-plugin@2938 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 0bf94145
......@@ -6,6 +6,8 @@
closed.
* plugins/splitwindow.c:
Unsplit when the source document is closed.
* doc/plugins.dox:
Fix wrong parameter for "project-close" signal.
2008-09-10 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
......
......@@ -160,13 +160,11 @@ PluginCallback plugin_callbacks[] =
*
* @signaldef project-close
* @signalproto
* void user_function(GObject *obj, GKeyFile *config, gpointer user_data);
* void user_function(GObject *obj, gpointer user_data);
* @endsignalproto
* @signaldesc
* Sent after a project is closed.
* @param obj a GeanyObject instance, should be ignored.
* @param config an exising GKeyFile object which can be used to read and write data.
* It must not be closed or freed.
* @param user_data user data.
* @endsignaldef
*
......
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