signal names



In the light of bug http://bugzilla.gnome.org/show_bug.cgi?id=100119
I'd like to clarify signal names in the g_signal_new() docs as follows:

---
A signal name consists of segments consisting of ASCII letters and
digits, separated by either the '-' or '_' character. The first
character of a signal names must be a letter. Names which violate these
rules lead to undefined behaviour of the GSignal system. 

When registering a signal and looking up a signal, either separator can
be used, but they cannot be mixed. 
---

Any objections to this documentation change ?

Matthias 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]