g_signal_connect() - where is it?



Hi all,

I repost this unsolved question :)

I need to import the g_signal_connect function into my C# program.

So I need to know in wich library it is.
With "library" I mean .so (on linux) or .dll (on win32) file.

example:

// Ok, gtk_init is in libgtk-win32-2.0-0.dll
//  or libgtk-x11-2.0-0.so if Linux
[DllImport(libgtk-win32-2.0-0.dll)]
public static extern void gtk_init (gint argc, IntPtr argv); 



I cannot find g_signal_connect :(

Someone can help?

Thanx




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