g_signal_handlers_block_matched() prototype
- From: John Lindgren <john lindgren aol com>
- To: gtk-devel-list gnome org
- Subject: g_signal_handlers_block_matched() prototype
- Date: Thu, 02 Feb 2012 13:56:17 -0000
Hi,
The <func> argument passed to g_signal_handlers_block_matched() is
currently a gpointer, which causes a warning when GCC is in strict C99
mode, since C99 does not allow converting a function pointer to an
object pointer. Wouldn't it make more sense for <func> to have
GCallback type?
-- John Lindgren
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]