SF.net SVN: geany-plugins: [54] trunk/geanydoc/src/geanydoc.c

yurand at users.sourceforge.net yurand at xxxxx
Thu May 29 10:11:28 UTC 2008


Revision: 54
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=54&view=rev
Author:   yurand
Date:     2008-05-29 03:11:28 -0700 (Thu, 29 May 2008)

Log Message:
-----------
Rename init/cleanup functions.

Modified Paths:
--------------
    trunk/geanydoc/src/geanydoc.c

Modified: trunk/geanydoc/src/geanydoc.c
===================================================================
--- trunk/geanydoc/src/geanydoc.c	2008-05-25 19:43:47 UTC (rev 53)
+++ trunk/geanydoc/src/geanydoc.c	2008-05-29 10:11:28 UTC (rev 54)
@@ -438,7 +438,7 @@
 }
 
 void
-init(G_GNUC_UNUSED GeanyData * data)
+plugin_init(G_GNUC_UNUSED GeanyData * data)
 {
 	gchar *kb_label1 = _("Document current word");
 	gchar *kb_label2 = _("Document interactive");
@@ -476,7 +476,7 @@
 }
 
 void
-configure(G_GNUC_UNUSED GtkWidget * parent)
+plugin_configure(G_GNUC_UNUSED GtkWidget * parent)
 {
 	int ret;
 	GtkWidget *dialog;
@@ -509,7 +509,7 @@
 }
 
 void
-cleanup(void)
+plugin_cleanup(void)
 {
 	config_uninit();
 	keyb1 = NULL;


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



More information about the Plugins-Commits mailing list