perl-Gtk2 r2136 - in trunk: . xs



Author: tsch
Date: Fri Feb 13 15:16:44 2009
New Revision: 2136
URL: http://svn.gnome.org/viewvc/perl-Gtk2?rev=2136&view=rev

Log:
(gtk2perl_binding_set_get_type): To make the doc generator happy, register our
custom GtkBindingSet GType under the name "GtkBindingSet".


Modified:
   trunk/ChangeLog
   trunk/xs/GtkBindings.xs

Modified: trunk/xs/GtkBindings.xs
==============================================================================
--- trunk/xs/GtkBindings.xs	(original)
+++ trunk/xs/GtkBindings.xs	Fri Feb 13 15:16:44 2009
@@ -48,7 +48,7 @@
 	static GType binding_set_type = 0;
 	if (binding_set_type == 0)
 		binding_set_type = g_boxed_type_register_static
-			("Gtk2perlBindingSet",
+			("GtkBindingSet",
 			 (GBoxedCopyFunc) gtk2perl_binding_set_copy,
 			 (GBoxedFreeFunc) gtk2perl_binding_set_free);
 	return binding_set_type;



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