summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/helpers.h
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.h
parentf252166690f537cdf6853e45a6dc21ed058d0360 (diff)
Rebuild an empty Python module.
Diffstat (limited to 'plugins/pychrysalide/helpers.h')
-rw-r--r--plugins/pychrysalide/helpers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/pychrysalide/helpers.h b/plugins/pychrysalide/helpers.h
index 57cf96d..cc82bba 100644
--- a/plugins/pychrysalide/helpers.h
+++ b/plugins/pychrysalide/helpers.h
@@ -242,6 +242,8 @@ int convert_to_gtype(PyObject *, void *);
/* Tente de convertir en instance GObject. */
int convert_to_gobject(PyObject *, void *);
+#if 0
+
#ifdef INCLUDE_GTK_SUPPORT
/* Tente de convertir en instance de composant GTK. */
@@ -279,6 +281,8 @@ PyObject *create_gdk_rgba(const GdkRGBA *);
int convert_to_gdk_rgba(PyObject *, void *);
+#endif
+
/* ----------------------- TRANSFERT DES VALEURS CONSTANTES ------------------------- */