Given that different signals may have different prototypes:

"clicked": void (*)(GtkWidget *, void *)
"keypress": gboolean (*)(GtkWidget *, GdkEvent *, void *)
"delete_event": gboolean (*)(GtkWidget *, void *)
[...]

There is a way, from the signal name, to find in ADVANCE what kind of 
prototype the signal will expect?

---
Bye,
 Gabry


_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to