[perl-Glib] Update an outdated comment about custom fundamental types
- From: Torsten Schönfeld <tsch src gnome org>
- To: svn-commits-list gnome org
- Subject: [perl-Glib] Update an outdated comment about custom fundamental types
- Date: Sat, 6 Jun 2009 13:39:54 -0400 (EDT)
commit a4aab6345f35fbce5b98619ae13da68e14f94be7
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date: Sat Jun 6 15:49:34 2009 +0200
Update an outdated comment about custom fundamental types
We handles those with the GPerlValueWrapperClass machinery now.
---
GValue.xs | 12 ++++--------
1 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/GValue.xs b/GValue.xs
index adfd294..c278cc4 100644
--- a/GValue.xs
+++ b/GValue.xs
@@ -38,15 +38,11 @@ arrays and the like.
/****************************************************************************
* GValue handling
- *
+ *
* we have code here to handle the fundamental types listed in the API
- * reference, plus the G_TYPE_ENUM and G_TYPE_FLAGS fundamentals.
- * we won't, however, handle any *other* fundamentals created by
- * g_type_fundamental_next(). if we want to handle that, we probably
- * need to move away from a switch statement to an array of function
- * pointers (at least for the non-standard ones) so that the perl bindings
- * for the library that creates these new fundamentals can register
- * conversion functions for them.
+ * reference, plus the G_TYPE_ENUM and G_TYPE_FLAGS fundamentals. new
+ * fundamentals created by g_type_fundamental_next() are handled by the
+ * GPerlValueWrapperClass machinery.
*/
=item gboolean gperl_value_from_sv (GValue * value, SV * sv)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]