noob question: g_signal_connect()

2012-03-06 Thread Christopher Howard
Hi. I've installed the api documentation from the source code for both gtk+ and glib, but I can't seem to find an api description of g_signal_connect(). The examples I usually see are along the lines of code -- g_signal_connect (G_OBJECT (button[0]), draw, G_CALLBACK

Re: noob question: g_signal_connect()

2012-03-06 Thread David Nečas
On Tue, Mar 06, 2012 at 10:07:16AM -0900, Christopher Howard wrote: Hi. I've installed the api documentation from the source code for both gtk+ and glib, but I can't seem to find an api description of g_signal_connect().