perl-Glib r1046 - trunk



Author: tsch
Date: Mon Nov  3 22:24:57 2008
New Revision: 1046
URL: http://svn.gnome.org/viewvc/perl-Glib?rev=1046&view=rev

Log:
Also try gperl_param_spec_type_from_package on the package.


Modified:
   trunk/ChangeLog
   trunk/GType.xs

Modified: trunk/GType.xs
==============================================================================
--- trunk/GType.xs	(original)
+++ trunk/GType.xs	Mon Nov  3 22:24:57 2008
@@ -586,6 +586,10 @@
 	if (t)
 		return t;
 
+	t = gperl_param_spec_type_from_package (package);
+	if (t)
+		return t;
+
 	return 0;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]