Example:
void new_function(GtkTreeSelection **selection);
void main(int argc, char **argv) { ... ... GtkTreeSelection *selection; ... ... ... g_signal_connect(G_OBJECT(button), "clicked", new_function, selection); ... ... }
What this wrong in this source code ?
Thanks!
_______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list