help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Glib and Glib/GTK+ bindings


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Glib and Glib/GTK+ bindings
Date: Tue, 07 Jun 2011 17:16:11 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.10

On 06/03/2011 02:51 AM, Holger Hans Peter Freyther wrote:
Hi,

our awk scripts probably need another update.


Error:
Object: nil error: did not understand #methodsFor:
Smalltalk.MessageNotUnderstood(Smalltalk.Exception)>>signal (ExcHandling.st:254)
Smalltalk.UndefinedObject(Smalltalk.Object)>>doesNotUnderstand: #methodsFor:
(SysExcept.st:1442)
Smalltalk.UndefinedObject>>executeStatements (GTK.star#VFS.ZipFile/Funcs.st:524)
/home/ich/install/gst/share/smalltalk/GTK.star#VFS.ZipFile/Funcs.st:526:
expected object

Funcs.st:526
!GSource methodsFor: 'C call-outs'!
setDummyCallback
     <cCall: 'g_source_set_dummy_callback' returning: #void
         args: #( #self )>! !

glib:
glib-dev 2.28.6-0ubuntu1
gmain.h should have the Funcs.st...

Is this enough?

diff --git a/packages/gtk/funcs.awk b/packages/gtk/funcs.awk
index a42cb02..4157ff0 100644
--- a/packages/gtk/funcs.awk
+++ b/packages/gtk/funcs.awk
@@ -62,6 +62,7 @@ BEGIN {
     type["GScanner"] = "__skip_this__"
     type["GBoxed"] = "__skip_this__"
     type["GSignal"] = "__skip_this__"
+    type["GSource"] = "__skip_this__"

     type["PangoCoverage"] = "__skip_this__" #FIXME


Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]