Re: Creating GObject without Macros
- From: James Henstridge <james daa com au>
- To: Travis Beaty <t beaty mchsi com>
- Cc: gtk-devel-list gnome org
- Subject: Re: Creating GObject without Macros
- Date: Tue, 19 Nov 2002 09:18:06 +0800
Travis Beaty wrote:
Hello all!
I am currently attempting to create a GTK wrapper for the Euphoria programming
language. I am needing to wrap the g_signal_connect_data() function. The
instance parameter of this function requires a GObject structure.
The problem is this: I cannot call C macros from Euphoria, so I am needing to
create the GObject using actual C functions from the library. Could someone
please show me how to create the GObject from the widget handle in C without
using the macro?
If you are interested in producing a binding for GTK+, I recommend
joining the language-bindings gnome org mailing list. Most of the other
language binding authors are on that list, so it is a good place to ask
questions that LB developers run into (most likely, someone else has
also run into it :)
Some slightly out of date docs that might help you understand the
GType/GValue/GClosure/GSignal stuff in glib are available at:
http://www.gnome.org/~james/language-bindings/
(I should update them at some point ...)
James.
--
Email: james daa com au | Linux.conf.au http://linux.conf.au/
WWW: http://www.daa.com.au/~james/ | Jan 22-25 Perth, Western Australia.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]