SF.net SVN: geany:[2938] branches/split-window-plugin

ntrel at users.sourceforge.net ntrel at xxxxx
Thu Sep 11 15:30:36 UTC 2008


Revision: 2938
          http://geany.svn.sourceforge.net/geany/?rev=2938&view=rev
Author:   ntrel
Date:     2008-09-11 15:30:36 +0000 (Thu, 11 Sep 2008)

Log Message:
-----------
Fix wrong parameter for "project-close" signal.

Modified Paths:
--------------
    branches/split-window-plugin/ChangeLog
    branches/split-window-plugin/doc/plugins.dox

Modified: branches/split-window-plugin/ChangeLog
===================================================================
--- branches/split-window-plugin/ChangeLog	2008-09-11 15:06:14 UTC (rev 2937)
+++ branches/split-window-plugin/ChangeLog	2008-09-11 15:30:36 UTC (rev 2938)
@@ -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>

Modified: branches/split-window-plugin/doc/plugins.dox
===================================================================
--- branches/split-window-plugin/doc/plugins.dox	2008-09-11 15:06:14 UTC (rev 2937)
+++ branches/split-window-plugin/doc/plugins.dox	2008-09-11 15:30:36 UTC (rev 2938)
@@ -160,13 +160,11 @@
  *
  *  @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
  *


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