[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Signal prototypes
- From: Gabriele Greco <gabriele greco darts it>
- To: gtk-app-devel-list gnome org
- Subject: Signal prototypes
- Date: Thu, 21 Feb 2008 14:40:05 +0100
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]