Re: [PATCH] GtkInputDialog signal parameter types
- From: Tim Janik <timj gtk org>
- To: Murray Cumming <murrayc usa net>
- Cc: Owen Taylor <otaylor gtk org>, Gtk+ Developers <gtk-devel-list gnome org>
- Subject: Re: [PATCH] GtkInputDialog signal parameter types
- Date: Tue, 16 Oct 2001 13:11:08 +0200 (CEST)
On 15 Oct 2001, Murray Cumming wrote:
> Here's a simple patch that creates the enable-device and enable-device signals
> with correct parameter types. I assume that the declaration of the default
> signal handler is the correct one.
hum, i fail to see where these signals are being emitted, and they
don't contain the conventional function wrappers:
void gtk_input_dialog_enable_device (GtkInputDialog *inputd,
GdkDevice *device);
void gtk_input_dialog_disable_device (GtkInputDialog *inputd,
GdkDevice *device);
but aren't action signals either.
so i wonder whether:
- these signals are used anywhere in user code directly
(in which case the above wrappers should be added and
direct emission should be deprecated)
- these signals should simply be removed as they don't seem
to be used.
owen, can you comment on this?
>
> Murray Cumming
> murrayc usa net
> www.murrayc.com
>
---
ciaoTJ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]