Re: GTK warning

2009-02-21 Thread Dov Grobgeld
The message means exactly what it sais, that you try to reduce the ref count of an object that doesn't exist. If it is a C-program the way to trace this is to rerun the program with the flag g-fatal-warnings in which case the program will exit such that if you run the program in a debugger, the

Re: GTK warning

2009-02-21 Thread Jeffrey Barish
Dov Grobgeld wrote: 2009/2/21 Jeffrey Barish jeff_bar...@earthlink.net I hate the warning messages that GTK provides because they rarely help me find the problem. What does this one mean? /myprogram.py:118: Warning: g_object_unref: assertion `object-ref_count 0' failed

Re: A few GDK questions

2009-02-21 Thread Matthias Clasen
(not quite the right list for this kind of question, but...) why do you think you need to poke into selection owners to use the system tray ? GTK+ applications just create a GtkStatusIcon and, if they need to know if a tray is there, listen for notify::embedded.

g_hash_table_new with size parameter

2009-02-21 Thread Кутейников Дмитрий
Can you make function like g_hash_table_new, but with size parameter? It would be great if GLib could allocate certain piece of memory when creating hash table, because I know average elements count which my program will keep in it. ___ gtk-devel-list

Re: minutes of the gtk+ team meeting - 2009-01-20

2009-02-21 Thread Matthias Clasen
I've gone with gtk_activatable_sync_action_properties now. ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list