summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/helpers.h
diff options
context:
space:
mode:
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 ------------------------- */