On Tue, Oct 01, 2013 at 09:08:12PM -0400, Rena wrote:
> Hi all, I'm developing my first GTK widget. I have it working OK, but I
> can't get g-ir-scanner to cooperate.
Since you don't use libtool to build the library (which I strongly
recommend against but it's your fight) pass --no-libtool to
g-ir
Hello,
Le 01/10/2013, Rena a écrit :
> Hi all, I'm developing my first GTK widget. I have it working OK, but
> I can't get g-ir-scanner to cooperate.
g-ir-scanner will generate a small executable linked to your library to
get info from the objects you have (for all _get_type() routine you
have).
Hi all, I'm developing my first GTK widget. I have it working OK, but I
can't get g-ir-scanner to cooperate.
Right now it's just a simple test widget (displays some text); later it
will display charts and graphs.
gtk-display.h: http://pastebin.com/7j6B4371
gtk-display.c: http://pastebin.com/G41uDQ