"Alexey A. Malyshev" <[EMAIL PROTECTED]> writes: > What's wrong in > ref = *iconset->ref_count;? > > What I am doing wrong?
You're trying to access GtkIconSet internals, they are private and not available. You can't do this. Havoc _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
