summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/helpers.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-05-15 19:27:41 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-05-15 20:04:27 (GMT)
commit9e5cf9b3383adcb08ce4a334e19bf02dafe5771a (patch)
treeb9da58b4c2213ba582ecd94b488826de2faeed7b /plugins/pychrysalide/helpers.c
parentf252166690f537cdf6853e45a6dc21ed058d0360 (diff)
Rebuild an empty Python module.
Diffstat (limited to 'plugins/pychrysalide/helpers.c')
-rw-r--r--plugins/pychrysalide/helpers.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/pychrysalide/helpers.c b/plugins/pychrysalide/helpers.c
index c2b1868..179f03b 100644
--- a/plugins/pychrysalide/helpers.c
+++ b/plugins/pychrysalide/helpers.c
@@ -1247,6 +1247,8 @@ int convert_to_gobject(PyObject *arg, void *dst)
}
+#if 0
+
#ifdef INCLUDE_GTK_SUPPORT
@@ -1486,6 +1488,8 @@ int convert_to_gdk_rgba(PyObject *arg, void *dst)
}
+#endif
+
/* ---------------------------------------------------------------------------------- */