| 16039:463477dade33 | 16047:03880dc14852 |
|---|---|
| 32 gboolean gnt_boolean_handled_accumulator(GSignalInvocationHint *ihint, | 32 gboolean gnt_boolean_handled_accumulator(GSignalInvocationHint *ihint, |
| 33 GValue *return_accu, | 33 GValue *return_accu, |
| 34 const GValue *handler_return, | 34 const GValue *handler_return, |
| 35 gpointer dummy); | 35 gpointer dummy); |
| 36 | 36 |
| 37 /** | |
| 38 * Returns a GntTree populated with "key" -> "binding" for the widget. | |
| 39 */ | |
| 40 GntWidget *gnt_widget_bindings_view(GntWidget *widget); | |
| 41 |