summaryrefslogtreecommitdiff
path: root/plugins/pychrysa/glibext/module.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-11-12 20:03:12 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-11-12 20:03:12 (GMT)
commit771f21b9d5dd2b394359304a660418bbc84befda (patch)
tree60d6a9350d388f2db7ad571e6edddf46a99444f2 /plugins/pychrysa/glibext/module.c
parentde62d34d2dc6135b42af7f8a103c8c7af09fd54f (diff)
Defined a new interface for displaying loaded contents.
Diffstat (limited to 'plugins/pychrysa/glibext/module.c')
-rw-r--r--plugins/pychrysa/glibext/module.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/pychrysa/glibext/module.c b/plugins/pychrysa/glibext/module.c
index 01a2cc8..a3b0a25 100644
--- a/plugins/pychrysa/glibext/module.c
+++ b/plugins/pychrysa/glibext/module.c
@@ -32,6 +32,7 @@
#include "bufferline.h"
#include "configuration.h"
#include "linegen.h"
+#include "loadedpanel.h"
#include "../access.h"
@@ -88,6 +89,7 @@ bool add_glibext_module_to_python_module(PyObject *super)
result &= register_python_config_param_iterator(module);
result &= register_python_generic_config(module);
result &= register_python_line_generator(module);
+ result &= register_python_loaded_panel(module);
if (result)
register_access_to_python_module("pychrysalide.glibext", module);