Re: g_signal_connect() - where is it?
- From: Olexiy Avramchenko <ath beast stu cn ua>
- To: Fabio Zanetta <znt fabio virgilio it>
- Cc: "GTK2.0" <gtk-app-devel-list gnome org>
- Subject: Re: g_signal_connect() - where is it?
- Date: Sat, 16 Nov 2002 13:34:39 +0200
Fabio Zanetta wrote:
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 :(
Did you look at the headers ? Its macro, defined in "gobject/gsignal.h".
Olexiy
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]