Tristan Van Berkom wrote:
Are they really called /before/ you are calling
glade_xml_signal_autoconnect () ?
Yes. glade_xml_signal_autoconnect() is almost the last thing I call
before gtk_main(). See my code at
http://svn.jejik.com/viewcvs.cgi/hearts/trunk/src/hearts.c?view=markup&rev=27&pathr
Sander Marechal wrote:
Hello,
I think I found a bug in GTK, but it could also be that the expected
behaviour is changed, so I thought I'd ask here first before filing a
bug in bugzilla.
In my gtk application, the the main() function goes something like this:
1) load a glade XML file
2) ini
Hello,
I think I found a bug in GTK, but it could also be that the expected
behaviour is changed, so I thought I'd ask here first before filing a
bug in bugzilla.
In my gtk application, the the main() function goes something like this:
1) load a glade XML file
2) initialize some stuff (this
And what is your question exactly? :DOn 5/14/06, John Martin <[EMAIL PROTECTED]> wrote:
I was trying to better understand how GQuarks work with GError and
while looking at the implementation I noticed the hash table allocated
to hold the quarks is never destroyed. The source I'm looking at is
from