Re: GSignalFlags

2014-08-15 Thread Emmanuel Pacaud
Hi Jasper, Le vendredi 15 août 2014 à 15:42 -0400, Jasper St. Pierre a écrit : > This is a bug in our doc generator, gtk-doc. There's a flag in that > enum, G_SIGNAL_DEPRECATED, which confuses it into thinking the entire > enum is deprecated. It's not. I think the bug is fixed in the latest > vers

Re: GSignalFlags

2014-08-15 Thread Jasper St. Pierre
ote: > Hi, > > The documentation of Glib says: > > "GSignalFlags is deprecated and should not be used in newly-written > code." > > But GSignalFlags is the type of one of the parameters of g_signal_new. I > did not find in the documentation how to avoid the use of GS

GSignalFlags

2014-08-15 Thread Emmanuel Pacaud
Hi, The documentation of Glib says: "GSignalFlags is deprecated and should not be used in newly-written code." But GSignalFlags is the type of one of the parameters of g_signal_new. I did not find in the documentation how to avoid the use of GSignalFlags. In my code, I have tw