[libpeas] [Python] Fix warning when building the python loader



commit 7a8aabdcafbe7c9690b2cafb21ba37b6fd95b5d6
Author: Steve Frécinaux <code istique net>
Date:   Mon Jun 28 18:10:34 2010 +0200

    [Python] Fix warning when building the python loader

 loaders/python/peas-plugin-loader-python.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/loaders/python/peas-plugin-loader-python.c b/loaders/python/peas-plugin-loader-python.c
index c36d95f..89a7beb 100644
--- a/loaders/python/peas-plugin-loader-python.c
+++ b/loaders/python/peas-plugin-loader-python.c
@@ -325,7 +325,7 @@ peas_plugin_loader_python_unload (PeasPluginLoader *loader,
   pyinfo->module = NULL;
 }
 
-static gboolean
+static void
 run_gc_protected (void)
 {
   PyGILState_STATE state = pyg_gil_state_ensure ();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]