View Single Post
Posts: 110 | Thanked: 215 times | Joined on Apr 2008 @ Earth, 38.830000, -77.00000
#2
Originally Posted by rajasekaran View Post
Iam using Glade for GUI building and Gtkbuilder for connecting signals.

As a newbie i got confused with the parameter type of 'data' in the code
Code:
	gtk_builder_connect_signals( builder, data);
this should be:
Code:
gtk_builder_connect_signals( builder, (gpointer*)data);
__________________
-WIlson Tang
http://www.wil.7ang.me